Skip to content

Commit 3a6cc55

Browse files
committed
removed console.log
1 parent 92e920c commit 3a6cc55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/archiver.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ function Archiver(root, store) {
2929
network.on('connection', () => {
3030
var data = store.get_temp(url)
3131
data.peers = stats.peers.complete
32-
console.log(dirname + ': ' + stats.peers.complete)
3332
store.set_temp(dirname, data)
3433
})
3534
})

0 commit comments

Comments
 (0)