summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/keyboard-light-x220.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/keyboard-light-x220.sh b/scripts/keyboard-light-x220.sh
index 214ae01..6aa509b 100755
--- a/scripts/keyboard-light-x220.sh
+++ b/scripts/keyboard-light-x220.sh
@@ -2,9 +2,6 @@
STATUS=$(brightnessctl --device "tpacpi::thinklight" | grep "Current brightness")
-
-echo "$STATUS"
-
if [[ "$STATUS" == *"(0%)" ]]; then
brightnessctl --device "tpacpi::thinklight" set 1
else