Skip to content

Commit e770808

Browse files
committed
Removes unused code.
1 parent 4680f4b commit e770808

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/index.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@ function Repo (repoPath, options) {
5151
this.datastore = stores
5252
.datastore
5353
.setUp(repoPath, options.stores.datastore, this.locks)
54-
55-
// TODO: needs https://github.com/ipfs/js-ipfs-repo/issues/6#issuecomment-164650642
56-
// this.datastoreLegacy = stores
57-
// .datastore
58-
// .setUp(repoPath, options.stores.datastore, this.locks)
59-
60-
// TODO: Currently this was also deprecated in go-ipfs
61-
// this.logs = stores
62-
// .logs
63-
// .setUp(repoPath, options.stores.logs, this.locks)
6454
}
6555

6656
exports = module.exports = Repo

0 commit comments

Comments
 (0)