mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Delete stray debug statement
This commit is contained in:
parent
6a6a032f1f
commit
7e8d9d52d3
1 changed files with 0 additions and 1 deletions
|
@ -263,7 +263,6 @@ impl Server {
|
|||
.extend(refreshed_room.canceled_calls_to_user_ids.iter().copied());
|
||||
canceled_calls_to_user_ids =
|
||||
mem::take(&mut refreshed_room.canceled_calls_to_user_ids);
|
||||
dbg!(&canceled_calls_to_user_ids);
|
||||
live_kit_room = mem::take(&mut refreshed_room.room.live_kit_room);
|
||||
delete_live_kit_room = refreshed_room.room.participants.is_empty();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue