From 2b73d76f9308e12cd8eceec71cc22d38671f1ca0 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 25 Jan 2024 11:50:12 +0100 Subject: [PATCH] forgot to switch of logging again --- solanaceae/zox/ngc_hs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solanaceae/zox/ngc_hs.cpp b/solanaceae/zox/ngc_hs.cpp index d92a454..1af01d4 100644 --- a/solanaceae/zox/ngc_hs.cpp +++ b/solanaceae/zox/ngc_hs.cpp @@ -296,7 +296,7 @@ bool ZoxNGCHistorySync::onEvent(const Events::ZoxNGC_ngch_request& e) { } } - std::cout << "---- " << ts.ts << " >= " << ts_start << " -> selected\n"; + //std::cout << "---- " << ts.ts << " >= " << ts_start << " -> selected\n"; msg_send_queue.push(e); }