Remove extra console.log from replication test

This commit is contained in:
haad 2023-12-15 08:47:24 +02:00
parent d718a66818
commit 47b945471f

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