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

Commit

Permalink
chore: remove unused instance property (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored and Alan Shaw committed Sep 14, 2018
1 parent 2790e6d commit 6a0d990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class IPFS extends EventEmitter {
this._bitswap = undefined
this._blockService = new BlockService(this._repo)
this._ipld = new Ipld(this._blockService)
this._pubsub = undefined
this._preload = preload(this)
this._mfsPreload = mfsPreload(this)
this._ipns = new IPNS(null, this)
Expand Down

0 comments on commit 6a0d990

Please sign in to comment.