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

Commit

Permalink
fix: removed error handler that was hiding errors (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte authored and daviddias committed Dec 1, 2017
1 parent f723769 commit 58ded8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ class IPFS extends EventEmitter {
this.log = debug('jsipfs')
this.log.err = debug('jsipfs:err')

this.on('error', (err) => this.log(err))

// IPFS types
this.types = {
Buffer: Buffer,
Expand Down

0 comments on commit 58ded8d

Please sign in to comment.