Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 78d7169

Browse files
committed
chore: remove comment
1 parent ddef9ae commit 78d7169

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/miscellaneous/id.js

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ module.exports = (createCommon, options) => {
1313
let ipfs
1414

1515
before(function (done) {
16-
// CI takes longer to instantiate the daemon, so we need to increase the
17-
// timeout for the before step
18-
1916
common.setup((err, factory) => {
2017
expect(err).to.not.exist()
2118
factory.spawnNode((err, node) => {

0 commit comments

Comments
 (0)