From 6f6361e3da880c51644bed65c8cba639f7ddc806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 10 Nov 2025 12:41:30 +0200 Subject: [PATCH] Comment debugging args in stop function --- src/functions/stop.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/functions/stop.sh b/src/functions/stop.sh index ae1e7fe..1f066f6 100644 --- a/src/functions/stop.sh +++ b/src/functions/stop.sh @@ -6,12 +6,12 @@ wxi-stop(){ wx-update &> /dev/null fi - wxi-repeat "\n" 3 + # wxi-repeat "\n" 3 - for key in "${!args[@]}" - do - echo "$key: ${args[$key]}" - done + # for key in "${!args[@]}" + # do + # echo "$key: ${args[$key]}" + # done wxi-repeat "\n" 3 exit 1