mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Remove a dbg
This commit is contained in:
@@ -62,7 +62,6 @@ impl CtrlFanCurveZbus {
|
|||||||
let mut fan_curves = FanCurveProfiles::default();
|
let mut fan_curves = FanCurveProfiles::default();
|
||||||
|
|
||||||
// Only do defaults if the config doesn't already exist\
|
// Only do defaults if the config doesn't already exist\
|
||||||
dbg!(&config);
|
|
||||||
if config.profiles.balanced.is_empty() || !config.file_path().exists() {
|
if config.profiles.balanced.is_empty() || !config.file_path().exists() {
|
||||||
info!("{MOD_NAME}: Fetching default fan curves");
|
info!("{MOD_NAME}: Fetching default fan curves");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user