From b6e3e5e82322ac2d4d3b3347382225e0878e2620 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Wed, 13 Mar 2024 14:08:43 +1300 Subject: [PATCH] Remove a dbg --- asusd/src/ctrl_fancurves.rs | 1 - rog-control-center/translations/en/rog-control-center.po | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/asusd/src/ctrl_fancurves.rs b/asusd/src/ctrl_fancurves.rs index 9e3d495a..e2f3222a 100644 --- a/asusd/src/ctrl_fancurves.rs +++ b/asusd/src/ctrl_fancurves.rs @@ -62,7 +62,6 @@ impl CtrlFanCurveZbus { let mut fan_curves = FanCurveProfiles::default(); // Only do defaults if the config doesn't already exist\ - dbg!(&config); if config.profiles.balanced.is_empty() || !config.file_path().exists() { info!("{MOD_NAME}: Fetching default fan curves"); diff --git a/rog-control-center/translations/en/rog-control-center.po b/rog-control-center/translations/en/rog-control-center.po index 0d358769..4ba431c7 100644 --- a/rog-control-center/translations/en/rog-control-center.po +++ b/rog-control-center/translations/en/rog-control-center.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-03-12 08:33+0000\n" +"POT-Creation-Date: 2024-03-13 01:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"