quicksettings: Remove debug message

This commit is contained in:
Devin Lin 2022-05-20 23:44:02 -04:00
parent e606551d7b
commit 427c177a44

View file

@ -29,7 +29,6 @@ Item {
return;
root.disableBrightnessUpdate = true;
console.log(pmSource.data["PowerDevil"]["Screen Brightness"]);
root.screenBrightness = pmSource.data["PowerDevil"]["Screen Brightness"];
root.disableBrightnessUpdate = false;
}