We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4680f4b commit e770808Copy full SHA for e770808
src/index.js
@@ -51,16 +51,6 @@ function Repo (repoPath, options) {
51
this.datastore = stores
52
.datastore
53
.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)
64
}
65
66
exports = module.exports = Repo
0 commit comments