mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 16:25:35 +00:00
remove debug print
This commit is contained in:
parent
8b57f6e35a
commit
054016a099
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user