From 90884924a80aca9fb4427f44807308b93ed70016 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 7 Jul 2017 13:43:30 -0700 Subject: [PATCH] relay: remove a useless logging line (cherry picked from commit 3b091f9e204ef17e6f4a63245f8f251fe982f877) --- plugins/relay.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/relay.py b/plugins/relay.py index 07fdb5c..224a255 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -635,8 +635,6 @@ def relay_joins(irc, channel, users, ts, burst=True): # just skip it continue - log.debug('(%s) relay.relay_joins: got %r for users', irc.name, users) - for user in users.copy(): if isRelayClient(irc, user): # Don't clone relay clients; that'll cause bad infinite loops.