From 2ca5e365d91235b225c897b3822fc2e6a74f4123 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 28 Aug 2018 16:37:10 +0100 Subject: [PATCH] chore: remove unused instance property --- src/core/index.js | 1 - 1 file changed, 1 deletion(-) 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)