* Remove some useless LogMsgs

This commit is contained in:
iProgramInCpp
2023-08-01 13:21:10 +03:00
parent 9eb809f1b5
commit d8cdbe4913
3 changed files with 1 additions and 6 deletions

View File

@@ -1078,7 +1078,7 @@ void LevelRenderer::addParticle(const std::string& name, float x, float y, float
}
#ifndef ORIGINAL_CODE
LogMsg("Unknown particle type: %s", name.c_str());
//LogMsg("Unknown particle type: %s", name.c_str());
#endif
}