Skip to content

Commit

Permalink
fix(console): remove spurious debugging console.log :<
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 2, 2018
1 parent c61c9cd commit 5b8b509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/with-tarball-stream.js
Expand Up @@ -102,7 +102,6 @@ function withTarballStream (spec, opts, streamHandler) {
opts.integrity = i
})
}
tardata.on('error', err => console.error('ERROR:', err))
return BB.try(() => streamHandler(tardata))
.catch(err => {
// Retry once if we have a cache, to clear up any weird conditions.
Expand Down

0 comments on commit 5b8b509

Please sign in to comment.