main: Remove a spurious print.
This commit is contained in:
parent
27c81afcb7
commit
1a54cc467f
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue