Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit a410145

Browse files
tabcataphelionz
authored andcommitted
remove todo line
1 parent 288bdf8 commit a410145

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/store.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ const store = async (name) => {
4646
const orbitdb = await OrbitDB.createInstance(ipfs)
4747
// Open (or create) database
4848
const db = await orbitdb.docstore(name, dbConfig)
49-
// ToDo: remove this line
50-
window.db = db
5149
// Done
5250
return db
5351
}

0 commit comments

Comments
 (0)