This commit is contained in:
Ilya Zlobintsev 2024-01-20 18:10:57 +02:00
parent 945cfd23e6
commit dbd37bdc0b

View File

@ -132,7 +132,7 @@ impl ClocksFrame {
} }
pub fn set_table(&self, table: ClocksTableGen) -> anyhow::Result<()> { 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 // The upper value "0.0" is used to hide the adjustment when info is not available