diff --git a/src/init/Debug.cpp b/src/init/Debug.cpp index b58f54a..ac60b4e 100644 --- a/src/init/Debug.cpp +++ b/src/init/Debug.cpp @@ -19,7 +19,7 @@ Mycila::Task initLoggingTask("Init Logging", [](void* params) { } profilerTask.setEnabled(debug); - routerDebugTask.setEnabled(debug); + routerDebugTask.setEnabled(false); if (debug) { // Enable profiling for some FOREVER tasks