From 427c177a4478f0721601adbb1e5819c2bcc6e06a Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Fri, 20 May 2022 23:44:02 -0400 Subject: [PATCH] quicksettings: Remove debug message --- .../qml/actiondrawer/quicksettings/BrightnessItem.qml | 1 - 1 file changed, 1 deletion(-) 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; }