Comment debugging args in stop function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user