mirror of
https://github.com/jlu5/PyLink.git
synced 2025-06-07 07:17:23 +02: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
|
# just skip it
|
||||||
continue
|
continue
|
||||||
|
|
||||||
log.debug('(%s) relay.relay_joins: got %r for users', irc.name, users)
|
|
||||||
|
|
||||||
for user in users.copy():
|
for user in users.copy():
|
||||||
if isRelayClient(irc, user):
|
if isRelayClient(irc, user):
|
||||||
# Don't clone relay clients; that'll cause bad infinite loops.
|
# Don't clone relay clients; that'll cause bad infinite loops.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user