buffer: Remove uneeded print inside a comment.
This commit is contained in:
parent
701085f8ff
commit
08ad527a1f
1 changed files with 0 additions and 1 deletions
|
@ -836,7 +836,6 @@ class RoomBuffer(object):
|
||||||
except KeyError:
|
except KeyError:
|
||||||
# No user found, he must have left already in an event that is
|
# No user found, he must have left already in an event that is
|
||||||
# yet to come, so do nothing
|
# yet to come, so do nothing
|
||||||
# W.prnt("", "NOT ADDING USER {}".format(user_id))
|
|
||||||
return
|
return
|
||||||
|
|
||||||
short_name = shorten_sender(user.user_id)
|
short_name = shorten_sender(user.user_id)
|
||||||
|
|
Loading…
Reference in a new issue