diff --git a/src/TLuaEngine.cpp b/src/TLuaEngine.cpp index 207b7cd..905f338 100644 --- a/src/TLuaEngine.cpp +++ b/src/TLuaEngine.cpp @@ -564,7 +564,6 @@ void TLuaEngine::StateThreadData::operator()() { Result->StateId = mStateId; sol::state_view StateView(mState); auto Fn = StateView[FnName]; - beammp_debug("something found in the queue: call to \"" + FnName + "\" in \"" + mStateId + "\""); if (Fn.valid() && Fn.get_type() == sol::type::function) { std::vector LuaArgs; for (const auto& Arg : Args) {