From 761d215ecde884fa4e846a84a7db015302bb6d05 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 22 Mar 2020 10:08:53 -0400 Subject: [PATCH] remove unnecessary comment --- irc/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/irc/client.go b/irc/client.go index 72ba9436..7e2508d8 100644 --- a/irc/client.go +++ b/irc/client.go @@ -1245,7 +1245,6 @@ func (client *Client) destroy(session *Session) { client.server.stats.Remove(registered, invisible, operator) } - // do not destroy the client if it has either remaining sessions, or is BRB'ed if !shouldDestroy { return }