From e770808d686f347c44d975284ea1092d864d3124 Mon Sep 17 00:00:00 2001 From: Stephen Whitmore Date: Thu, 21 Apr 2016 10:13:24 -0700 Subject: [PATCH] Removes unused code. --- src/index.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/index.js b/src/index.js index 5076265c..347ea788 100644 --- a/src/index.js +++ b/src/index.js @@ -51,16 +51,6 @@ function Repo (repoPath, options) { this.datastore = stores .datastore .setUp(repoPath, options.stores.datastore, this.locks) - - // TODO: needs https://github.com/ipfs/js-ipfs-repo/issues/6#issuecomment-164650642 - // this.datastoreLegacy = stores - // .datastore - // .setUp(repoPath, options.stores.datastore, this.locks) - - // TODO: Currently this was also deprecated in go-ipfs - // this.logs = stores - // .logs - // .setUp(repoPath, options.stores.logs, this.locks) } exports = module.exports = Repo