Skip to content

Commit 41bd64c

Browse files
committed
Remove debug
1 parent 0e69a0a commit 41bd64c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

livekit-uniffi/src/log_forward.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ pub struct LogForwardEntry {
7474
}
7575
// TODO: can we expose static strings?
7676

77-
#[derive(Debug)]
7877
struct Logger {
7978
tx: mpsc::UnboundedSender<LogForwardEntry>,
8079
rx: Mutex<mpsc::UnboundedReceiver<LogForwardEntry>>,

0 commit comments

Comments
 (0)