mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 10:20:39 +00:00
remove debug print
This commit is contained in:
@@ -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<TLuaResult>& Ptr) -> bool {
|
||||
if (Ptr->Ready) {
|
||||
|
||||
Reference in New Issue
Block a user