1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 09:43:29 +00:00

undo testing tracing events

This commit is contained in:
neuronull
2025-12-01 15:42:07 -07:00
parent db9e64996c
commit 383634b10d

View File

@@ -1072,9 +1072,6 @@ pub mod logging {
.with(filter)
.with(JsLayer)
.init();
tracing::info!("white_rabbit info");
tracing::debug!("white_rabbit debug");
}
}