Skip to content

Commit bbd6375

Browse files
committed
refactor(tracing): drop redundant inline comment in init_tracing
1 parent ee03581 commit bbd6375

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/vite_shared/src/tracing.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ pub fn init_tracing() {
2424
static TRACING: OnceLock<()> = OnceLock::new();
2525
TRACING.get_or_init(|| {
2626
let Ok(env_var) = std::env::var(env_vars::VITE_LOG) else {
27-
// No VITE_LOG set — skip subscriber installation so the global
28-
// default slot stays available for other components.
2927
return;
3028
};
3129

0 commit comments

Comments
 (0)