remove random debug logs

This commit is contained in:
raphaeIl
2024-04-07 05:13:20 -04:00
parent 00060fb310
commit 2c58e87338
6 changed files with 3 additions and 30 deletions

View File

@@ -113,11 +113,7 @@ namespace BLHX.Server.Game.Handlers {
static void LevelUpHandler(Connection connection, Packet packet) {
var req = packet.Decode<Cs10992>();
Logger.c.Log("TrackType: " + req.TrackType);
Logger.c.Log("EventId: " + req.EventId);
Logger.c.Log("Para1: " + req.Para1);
Logger.c.Log("Para2: " + req.Para2);
Logger.c.Log("Para3: " + req.Para3);
}
}