perf: removed useless info logging

This commit is contained in:
anavoi 2025-07-13 23:33:10 +02:00
commit 962bcaf199

View file

@ -49,8 +49,7 @@ class HandleScorePatch
Plugin.Log.LogDebug("Done processing all scores!"); Plugin.Log.LogDebug("Done processing all scores!");
} }
Plugin.Log.LogInfo("Not letting HandleScore run...");
return false; return false;
} }
} }