From 08ad527a1f3f553af0c8302d3adfcca34a26981b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 12 Oct 2018 14:07:56 +0200 Subject: [PATCH] buffer: Remove uneeded print inside a comment. --- matrix/buffer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/matrix/buffer.py b/matrix/buffer.py index 880cd07..6254de6 100644 --- a/matrix/buffer.py +++ b/matrix/buffer.py @@ -836,7 +836,6 @@ class RoomBuffer(object): except KeyError: # No user found, he must have left already in an event that is # yet to come, so do nothing - # W.prnt("", "NOT ADDING USER {}".format(user_id)) return short_name = shorten_sender(user.user_id)