aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe2017-06-07 17:46:37 +0200
committerGiuseppe2017-06-07 17:46:37 +0200
commitac9414a3b776c4e3721bc5910ce7ecf7ba358da7 (patch)
tree5e67f27018b0e8aa0a2d697b78019d2133cf4d56
parent35e3f6aeecf2a4dadc6002c76611622df77f939d (diff)
downloadaur-ac9414a3b776c4e3721bc5910ce7ecf7ba358da7.tar.gz
Remove debug print
-rw-r--r--nwd-preexec.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/nwd-preexec.sh b/nwd-preexec.sh
index bdb140b5d5c6..19e97236f433 100644
--- a/nwd-preexec.sh
+++ b/nwd-preexec.sh
@@ -10,7 +10,6 @@ _precmd() {
_preexec() {
NWD_FOCUSED_WS=$(i3-msg -t get_workspaces|jq -c '.[]| select(.focused)|.num')
NWD_CMD=$1
- echo "*** $NWD_CMD"
}
preexec_functions+=(_preexec)