From ee164b05d4e28e275cd43e585b8248b7aeab9953 Mon Sep 17 00:00:00 2001 From: David McNett Date: Sun, 30 Aug 2020 21:55:53 -0500 Subject: [PATCH] Remove debugging line --- bot/ingame.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/ingame.go b/bot/ingame.go index 6975f57..ecbe4a2 100644 --- a/bot/ingame.go +++ b/bot/ingame.go @@ -192,7 +192,6 @@ func handleDisconnectPacket(c *Client, p pk.Packet) error { } if c.Events.Disconnect != nil { - fmt.Println("c.Events.Disconnect=%+v\n", c.Events.Disconnect) return c.Events.Disconnect(reason) } return nil