mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
remove debug print
This commit is contained in:
parent
8b57f6e35a
commit
054016a099
@ -59,7 +59,6 @@ void TLuaEngine::operator()() {
|
|||||||
RegisterThread("ResultCheckThread");
|
RegisterThread("ResultCheckThread");
|
||||||
while (!Application::IsShuttingDown()) {
|
while (!Application::IsShuttingDown()) {
|
||||||
std::unique_lock Lock(mResultsToCheckMutex);
|
std::unique_lock Lock(mResultsToCheckMutex);
|
||||||
beammp_tracef("Results to check: {}", mResultsToCheck.size());
|
|
||||||
if (!mResultsToCheck.empty()) {
|
if (!mResultsToCheck.empty()) {
|
||||||
mResultsToCheck.remove_if([](const std::shared_ptr<TLuaResult>& Ptr) -> bool {
|
mResultsToCheck.remove_if([](const std::shared_ptr<TLuaResult>& Ptr) -> bool {
|
||||||
if (Ptr->Ready) {
|
if (Ptr->Ready) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user