fixed: removed outdated code

This commit is contained in:
2022-06-25 23:00:00 +04:00
parent 4f587fa59c
commit e674600308
4 changed files with 6 additions and 5 deletions
-2
View File
@@ -85,8 +85,6 @@ namespace Ragon.Core
_logger.Trace($"Rooms: {_roomManager.Rooms.Count} Clients: {_roomManager.RoomsBySocket.Count}");
_statisticsTimer.Restart();
}
Thread.Sleep(15);
}
}