Skip to content

Commit

Permalink
cleanup debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Oct 8, 2024
1 parent 217e3dd commit 817d301
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions livekit-ffi/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ impl Default for FfiServer {
log::set_logger(logger).unwrap();
log::set_max_level(log::LevelFilter::Trace);

log::error!("FfiServer::default - Starting FfiServer");

#[cfg(feature = "tracing")]
console_subscriber::init();

Expand Down
1 change: 0 additions & 1 deletion livekit/src/rtc_engine/rtc_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ impl SessionInner {
}

let data = proto::DataPacket::decode(&*data).unwrap();
log::error!("Received data packet: {:?}", data);
if let Some(packet) = data.value.as_ref() {
match packet {
proto::data_packet::Value::User(user) => {
Expand Down

0 comments on commit 817d301

Please sign in to comment.