diff --git a/src/core/index.js b/src/core/index.js index b20262459b..0f49423f78 100644 --- a/src/core/index.js +++ b/src/core/index.js @@ -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)