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

@@ -8,9 +8,6 @@ namespace BLHX.Server.Game.Handlers {
static void DormTrainShoppingHandler(Connection connection, Packet packet) {
var req = packet.Decode<Cs16001>();
Logger.c.Log("Id: " + req.Id);
Logger.c.Log("Number: " + req.Number);
connection.Send(new Sc16002() { });
}