diff --git a/lact-gui/src/app/root_stack/oc_page/clocks_frame.rs b/lact-gui/src/app/root_stack/oc_page/clocks_frame.rs index 30b2c8f..a411057 100644 --- a/lact-gui/src/app/root_stack/oc_page/clocks_frame.rs +++ b/lact-gui/src/app/root_stack/oc_page/clocks_frame.rs @@ -132,7 +132,7 @@ impl ClocksFrame { } pub fn set_table(&self, table: ClocksTableGen) -> anyhow::Result<()> { - debug!("using clocks table {table:?}"); + println!("using clocks table {table:?}"); // The upper value "0.0" is used to hide the adjustment when info is not available