Skip to content

Commit 5b8b509

Browse files
committedMar 2, 2018
fix(console): remove spurious debugging console.log :<
1 parent c61c9cd commit 5b8b509

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎lib/with-tarball-stream.js

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ function withTarballStream (spec, opts, streamHandler) {
102102
opts.integrity = i
103103
})
104104
}
105-
tardata.on('error', err => console.error('ERROR:', err))
106105
return BB.try(() => streamHandler(tardata))
107106
.catch(err => {
108107
// Retry once if we have a cache, to clear up any weird conditions.

0 commit comments

Comments
 (0)
Please sign in to comment.