logging: cleanup

This commit is contained in:
2026-03-24 12:33:23 +01:00
parent fb037a6aac
commit cda0f424b1

View File

@@ -22,7 +22,6 @@ impl Default for RenderbugLogger {
}
}
//static LOGGER: StaticCell<RenderbugLogger> = StaticCell::new();
static mut LOGGER: Option<RenderbugLogger> = None;
impl RenderbugLogger {