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