RelayNext: remove line used for debugging

This commit is contained in:
GLolol 2015-01-07 18:17:14 -08:00
parent f1a1d18358
commit 7edebc82a2

View File

@ -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 "