From 05d18cb82418681b72b00c67a54fde75f83ab8ae Mon Sep 17 00:00:00 2001 From: Ricardo Balk <14904229+ricardobalk@users.noreply.github.com> Date: Sun, 12 Apr 2020 22:04:55 +0200 Subject: [PATCH] Removed obsolete line of code --- cmdDev.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmdDev.go b/cmdDev.go index 2db7357..2e914c8 100644 --- a/cmdDev.go +++ b/cmdDev.go @@ -29,5 +29,4 @@ func cmdDev(cmd []string) { if (dev) { n = strings.Split(lastChat, "#")[0] } else { n = lastChat } cmdJoin([]string{"/join", n}) } - //go updateChatWindow() // Otherwise you won't be able to process incoming messages. }