mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +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
|
||||
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…
Reference in New Issue
Block a user