forgot to switch of logging again

This commit is contained in:
Green Sky 2024-01-25 11:50:12 +01:00
parent e6f0127357
commit 2b73d76f93
No known key found for this signature in database

View File

@ -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); msg_send_queue.push(e);
} }