diff --git a/example.js b/example.js index 7580ffc..816f8ea 100644 --- a/example.js +++ b/example.js @@ -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) {