diff --git a/src/main.cpp b/src/main.cpp index 7154d49..889d45d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -186,7 +186,7 @@ bool doRelocation(const std::vector &relocData, relocation_tramp // They will be released on exit (See: AromaBaseModule) usedRPls[rplName] = rplHandle; } else { - DEBUG_FUNCTION_LINE_VERBOSE("Use from usedRPLs cache! %s", rplName.c_str()); + //DEBUG_FUNCTION_LINE_VERBOSE("Use from usedRPLs cache! %s", rplName.c_str()); } rplHandle = usedRPls[rplName];