diff --git a/src/TLuaEngine.cpp b/src/TLuaEngine.cpp index 7ca54f7..1ac7fe3 100644 --- a/src/TLuaEngine.cpp +++ b/src/TLuaEngine.cpp @@ -59,7 +59,6 @@ void TLuaEngine::operator()() { RegisterThread("ResultCheckThread"); while (!Application::IsShuttingDown()) { std::unique_lock Lock(mResultsToCheckMutex); - beammp_tracef("Results to check: {}", mResultsToCheck.size()); if (!mResultsToCheck.empty()) { mResultsToCheck.remove_if([](const std::shared_ptr& Ptr) -> bool { if (Ptr->Ready) {