Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Remove resolved TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 22, 2019
1 parent 2267f14 commit 050e3ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/levelup.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ function LevelUP (db, options, callback) {

Object.keys(this.supports.additionalMethods).forEach(function (method) {
this[method] = this[method] || function () {
// TODO: uhm. if the manifest is based on deferred-leveldown's,
// should we also call the methods via deferred-leveldown?
return this.db[method].apply(this.db, arguments)
}
}, this)
Expand Down

0 comments on commit 050e3ca

Please sign in to comment.