remove extra logging
This commit is contained in:
parent
ee68b21d91
commit
a35c83b5c9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue