mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-11 12:00:45 +01:00
relay: remove a useless logging line
(cherry picked from commit 3b091f9e204ef17e6f4a63245f8f251fe982f877)
This commit is contained in:
parent
7188081511
commit
90884924a8
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user