From d9048acb6415684c2800aeb7df92558d2c3bf034 Mon Sep 17 00:00:00 2001 From: Doug Hoyte Date: Mon, 5 Jun 2023 11:34:55 -0400 Subject: [PATCH] remove debug lines --- src/events.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/events.cpp b/src/events.cpp index f874f18..3b209ff 100644 --- a/src/events.cpp +++ b/src/events.cpp @@ -307,8 +307,6 @@ void writeEvents(lmdb::txn &txn, std::vector &evs, uint64_t logLev auto thisTimestamp = flat->created_at(); auto otherTimestamp = otherEv.flat_nested()->created_at(); - LI << thisTimestamp << " / " << otherTimestamp; - LI << to_hex(sv(flat->id())) << " / " << to_hex(sv(otherEv.flat_nested()->id())); if (otherTimestamp < thisTimestamp || (otherTimestamp == thisTimestamp && sv(flat->id()) < sv(otherEv.flat_nested()->id()))) {