remove extra logging

This commit is contained in:
AJ ONeal 2015-08-10 11:54:00 -06:00
parent ee68b21d91
commit a35c83b5c9
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ function create(opts) {
var bits = newOpts.bits || opts.bits;
return new PromiseA(function (resolve, reject) {
console.log('OPTS', opts);
console.log('BITS', bits);
if (db._initialized) {
resolve(db);
return;