Remove a dbg

This commit is contained in:
Luke D. Jones
2024-03-13 14:08:43 +13:00
parent 0985eca7ce
commit a6a10a5bc4

View File

@@ -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");