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 7c3eef0 commit ed28076Copy full SHA for ed28076
rust/extractor/src/translate/base.rs
@@ -80,7 +80,7 @@ macro_rules! emit_detached {
80
macro_rules! dispatch_to_tracing {
81
($lvl:ident, $($arg:tt)+) => {
82
match $lvl {
83
- DiagnosticSeverity::Debug => ::tracing::debug!($($arg)+),
+ DiagnosticSeverity::Debug => {},
84
DiagnosticSeverity::Info => ::tracing::info!($($arg)+),
85
DiagnosticSeverity::Warning => ::tracing::warn!($($arg)+),
86
DiagnosticSeverity::Error => ::tracing::error!($($arg)+),
0 commit comments