Skip to content

Commit

Permalink
Remove incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ashworth committed May 2, 2013
1 parent 807bb49 commit 3e74cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ fdb.open('tmp/test-fdb', function (err, db) {
console.log('findById:', util.inspect(data, { depth: null, colors: true }));
});

// .find() here is optional
db.use('bins')
.find()
.exec(function (err, data) {
Expand Down

0 comments on commit 3e74cea

Please sign in to comment.