mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-15 07:54:36 +01:00
remove random debug logs
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user