diff --git a/src/logging.rs b/src/logging.rs index 69546ef..f68209c 100644 --- a/src/logging.rs +++ b/src/logging.rs @@ -22,7 +22,6 @@ impl Default for RenderbugLogger { } } -//static LOGGER: StaticCell = StaticCell::new(); static mut LOGGER: Option = None; impl RenderbugLogger {