From dbd37bdc0b9c7f049d50086483c9a01d4ea7d222 Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Sat, 20 Jan 2024 18:10:57 +0200 Subject: [PATCH] test --- lact-gui/src/app/root_stack/oc_page/clocks_frame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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