Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Jan 2, 2025
1 parent 028c68a commit ccc33f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions livekit-ffi/src/server/room.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@ impl FfiRoom {

/// Close the room and stop the tasks
pub async fn close(&self, server: &'static FfiServer) {
log_file(&format!("ffi_room will close: {}", self.inner.handle_id));

// close associated track handles
// drop associated track handles
for (_, &handle) in self.inner.track_handle_lookup.lock().iter() {
server.drop_handle(handle);
}
Expand Down

0 comments on commit ccc33f4

Please sign in to comment.