From 502e29ab5606ba300c7ece532b79cb88d70116cc Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Thu, 2 May 2013 10:02:09 +0200 Subject: [PATCH] Removed test case --- lib/datastore.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/datastore.js b/lib/datastore.js index 3b6c4f1..93332e7 100644 --- a/lib/datastore.js +++ b/lib/datastore.js @@ -253,14 +253,3 @@ Datastore.prototype.remove = function (query, options, cb) { }; - -var d = new Datastore('workspace/test.db'); -d.loadDatabase(function (err) { - console.log(d.data); - -}); - - - - -