mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
relay: remove a useless logging line
(cherry picked from commit 3b091f9e20
)
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…
Reference in New Issue
Block a user