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

Commit ae2f206

Browse files
committed
chore: remove unused instance property
1 parent 2a06152 commit ae2f206

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ class IPFS extends EventEmitter {
8787
this._bitswap = undefined
8888
this._blockService = new BlockService(this._repo)
8989
this._ipld = new Ipld(this._blockService)
90-
this._pubsub = undefined
9190
this._preload = preload(this)
9291
this._mfsPreload = mfsPreload(this)
9392
this._ipns = new IPNS(null, this)

0 commit comments

Comments
 (0)