We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e69a0a commit 41bd64cCopy full SHA for 41bd64c
livekit-uniffi/src/log_forward.rs
@@ -74,7 +74,6 @@ pub struct LogForwardEntry {
74
}
75
// TODO: can we expose static strings?
76
77
-#[derive(Debug)]
78
struct Logger {
79
tx: mpsc::UnboundedSender<LogForwardEntry>,
80
rx: Mutex<mpsc::UnboundedReceiver<LogForwardEntry>>,
0 commit comments