diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/BrightnessItem.qml b/components/mobileshell/qml/actiondrawer/quicksettings/BrightnessItem.qml index eba8452a..f61f5043 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/BrightnessItem.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/BrightnessItem.qml @@ -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; }