Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4294e6c

Browse files
remove console.log
1 parent 0f34517 commit 4294e6c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/core/ipfs/files.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ module.exports = function files (self) {
7474
exporter(hash, self._dagS),
7575
pull.map((file) => {
7676
if (file.content) {
77-
file.content = toStream.source(pull(
78-
file.content,
79-
pull.through((val) => console.log('r', file.path, val.length))
80-
))
77+
file.content = toStream.source(file.content)
8178
file.content.pause()
8279
}
8380

0 commit comments

Comments
 (0)