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