aboutsummarylogtreecommitdiffstats
path: root/nwd-preexec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nwd-preexec.sh')
-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)