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

@@ -9,14 +9,6 @@ namespace BLHX.Server.Game.Handlers {
static void UseFudaiItemHandler(Connection connection, Packet packet) {
var req = packet.Decode<Cs15002>();
Logger.c.Log("Arg: ");
foreach (var arg in req.Args)
Logger.c.Log(arg + "");
Logger.c.Log(req.Count + "");
Logger.c.Log(req.Id + "");
connection.Send(new Sc15003() {
DropLists = [],
});