Skip to content

Commit 0ae3ccb

Browse files
committed
rm dead code
1 parent bdc9ef2 commit 0ae3ccb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/bouncer/db/zango-db.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ const { promisfy } = require('promisfy')
1111
const debug = require('debug')('bouncer.db.zango-db')
1212

1313

14-
/*
15-
if (!process.browser) {
16-
global.indexedDB = require('fake-indexeddb');
17-
global.IDBKeyRange = require('fake-indexeddb/lib/FDBKeyRange');
18-
}
19-
*/
20-
2114
module.exports = class ZangoDb extends IDb {
2215

2316
constructor ({dbname, factory}) {

0 commit comments

Comments
 (0)