remove log

This commit is contained in:
Kamen Stoykov 2019-06-04 12:37:27 +03:00
parent 4c05bb23b8
commit 00690070de
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ const DB_STORE_DAPPS = 'store_dapps'
function open() { function open() {
return openDB(DB_NAME, 1, { return openDB(DB_NAME, 1, {
upgrade(db) { upgrade(db) {
console.log('on create')
db.createObjectStore(DB_STORE_DAPPS, { db.createObjectStore(DB_STORE_DAPPS, {
keyPath: 'id', keyPath: 'id',
}) })