diff --git a/source/function_patcher.cpp b/source/function_patcher.cpp index 422eb50..7a22811 100644 --- a/source/function_patcher.cpp +++ b/source/function_patcher.cpp @@ -8,7 +8,7 @@ #include "logger.h" #include "CThread.h" -#define DEBUG_LOG_DYN 1 +#define DEBUG_LOG_DYN 0 void writeDataAndFlushIC(CThread *thread, void *arg) { uint32_t *data = (uint32_t *) arg;