remove extra logging

Esse commit está contido em:
AJ ONeal 2015-08-10 11:54:00 -06:00
commit a35c83b5c9

Ver arquivo

@ -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;