diff --git a/RelayNext/plugin.py b/RelayNext/plugin.py index 5d1a318..a298e85 100644 --- a/RelayNext/plugin.py +++ b/RelayNext/plugin.py @@ -330,7 +330,6 @@ class RelayNext(callbacks.Plugin): def checkRelays(self, irc, relays): for relay in relays: - self.log.info("RelayNext: checking relay %s", relay) r = relay.split("@") if len(r) != 2 or not (ircutils.isChannel(r[0]) and r[1]): irc.error("Channels must be given in the form "