From 77a54ef1f65e8a004677c3c44fc5ce0bceac5c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 10 Nov 2025 12:41:58 +0200 Subject: [PATCH] Comment debugging args in stop function --- src/functions/stop.sh | 10 +++++----- wx | 10 +++++----- 2 files changed, 10 insertions(+), 10 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 diff --git a/wx b/wx index 549c5f5..ac1c505 100755 --- a/wx +++ b/wx @@ -129,12 +129,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