From e34caf76f5cc801562a918167b097e2adbe9c126 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Thu, 28 Sep 2023 09:17:18 +0200 Subject: [PATCH] remove derp trace --- tmux-fingers.tmux | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux-fingers.tmux b/tmux-fingers.tmux index 0294613..4e2ae0a 100755 --- a/tmux-fingers.tmux +++ b/tmux-fingers.tmux @@ -9,7 +9,6 @@ elif [[ -f "$CURRENT_DIR/bin/tmux-fingers" ]]; then fi if [[ -z "$FINGERS_BINARY" ]]; then - tmux display-message "running wisar because binary not found" tmux run-shell -b "bash $CURRENT_DIR/install-wizard.sh" exit 0 fi