mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Merge pull request #1133 from orbitdb/fix/helia-1
Remove extra console.log from replication test
This commit is contained in:
commit
0638fc675b
@ -79,7 +79,6 @@ describe('Replicating databases', function () {
|
||||
console.time('query 1')
|
||||
const eventsFromDb2 = []
|
||||
for await (const event of db2.iterator()) {
|
||||
console.log(event)
|
||||
eventsFromDb2.unshift(event)
|
||||
}
|
||||
console.timeEnd('query 1')
|
||||
|
Loading…
x
Reference in New Issue
Block a user