Fixed number spam in the console

This commit is contained in:
Kwoth
2022-03-04 01:26:46 +01:00
parent 50a4497532
commit a90b5a62f3

View File

@@ -10,7 +10,6 @@ public sealed class UserSpamStats
lock (_applyLock) lock (_applyLock)
{ {
Cleanup(); Cleanup();
Log.Information("{Count}", _messageTracker.Count.ToString());
return _messageTracker.Count; return _messageTracker.Count;
} }
} }