From fbd60a102f9e8e0497dd2cffba85307eb9414c23 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Sat, 20 Jun 2020 17:35:21 +0200 Subject: [PATCH] Forgotten debugging in logging --- src/logging.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/logging.cpp b/src/logging.cpp index 25b5942..2c0c7f6 100644 --- a/src/logging.cpp +++ b/src/logging.cpp @@ -93,7 +93,6 @@ string get_log_suffix(){ void logging(void *params_void){ overlay_params *params = reinterpret_cast(params_void); while (loggingOn){ - cout << logUpdate << endl; uint64_t now = os_time_get(); elapsedLog = now - log_start;