main: Remove a spurious print.

This commit is contained in:
Damir Jelić 2019-09-10 22:16:11 +02:00
parent 27c81afcb7
commit 1a54cc467f

View file

@ -573,7 +573,6 @@ def buffer_switch_cb(_, _signal, buffer_ptr):
if not room_buffer.members_fetched:
room_id = room_buffer.room.room_id
print("HELLO FETCHING FOR {}".format(room_id))
server.get_joined_members(room_id)
# The buffer is empty and we are seeing it for the first time.