From 78d7169588cc5031da1b3e960e5c43736a2a2282 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Mon, 16 Sep 2019 14:40:52 +0100 Subject: [PATCH] chore: remove comment --- src/miscellaneous/id.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/miscellaneous/id.js b/src/miscellaneous/id.js index ec2c460d..4718ce76 100644 --- a/src/miscellaneous/id.js +++ b/src/miscellaneous/id.js @@ -13,9 +13,6 @@ module.exports = (createCommon, options) => { let ipfs before(function (done) { - // CI takes longer to instantiate the daemon, so we need to increase the - // timeout for the before step - common.setup((err, factory) => { expect(err).to.not.exist() factory.spawnNode((err, node) => {