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

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Sep 9, 2016
1 parent 0f34517 commit 4294e6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/ipfs/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ module.exports = function files (self) {
exporter(hash, self._dagS),
pull.map((file) => {
if (file.content) {
file.content = toStream.source(pull(
file.content,
pull.through((val) => console.log('r', file.path, val.length))
))
file.content = toStream.source(file.content)
file.content.pause()
}

Expand Down

0 comments on commit 4294e6c

Please sign in to comment.