Browse Source

.

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
688b228271
  1. 3
      scripts/level2mongo.js

3
scripts/level2mongo.js

@ -15,8 +15,6 @@ mongo.connect({
} }
}, },
function(err) { function(err) {
if (err) throw err;
mongo.db.dropDatabase(function(err) {
if (err) throw err; if (err) throw err;
run(function(err) { run(function(err) {
if (err) throw err; if (err) throw err;
@ -27,7 +25,6 @@ mongo.connect({
// }); // });
}); });
}); });
});
function run(cb) { function run(cb) {

Loading…
Cancel
Save