Merge pull request #1133 from orbitdb/fix/helia-1

Remove extra console.log from replication test
This commit is contained in:
Haad 2023-12-15 08:48:24 +02:00 committed by GitHub
commit 0638fc675b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')