mirror of https://github.com/dap-ps/discover.git
remove log
This commit is contained in:
parent
4c05bb23b8
commit
00690070de
|
@ -7,7 +7,6 @@ const DB_STORE_DAPPS = 'store_dapps'
|
|||
function open() {
|
||||
return openDB(DB_NAME, 1, {
|
||||
upgrade(db) {
|
||||
console.log('on create')
|
||||
db.createObjectStore(DB_STORE_DAPPS, {
|
||||
keyPath: 'id',
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue