From 3e74cea8aa6e16107b7b1ca4b74a91cae6aceb5f Mon Sep 17 00:00:00 2001 From: Tom Ashworth Date: Thu, 2 May 2013 15:55:32 +0100 Subject: [PATCH] Remove incorrect comment. --- example.js | 1 - 1 file changed, 1 deletion(-) 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) {