buffer: Remove uneeded print inside a comment.

This commit is contained in:
Damir Jelić 2018-10-12 14:07:56 +02:00
parent 701085f8ff
commit 08ad527a1f

View file

@ -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)