Skip to content

Commit

Permalink
Removes unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackergrrl committed Apr 21, 2016
1 parent 4680f4b commit e770808
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e770808

Please sign in to comment.