Skip to content

Commit

Permalink
chore: remove spurious echo (#10774)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr authored Dec 16, 2024
1 parent 1e15bf5 commit 5538f8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/tmux_split_args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ tmux new-session -d -s "$session_name" -e LOG_LEVEL=${LOG_LEVEL:-"debug"} \
-e OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=${OTEL_EXPORTER_OTLP_TRACES_ENDPOINT:-} \
-e LOG_JSON=${LOG_JSON:-}

echo "DONE"

shift 1
commands=("$@")

Expand All @@ -34,7 +32,7 @@ tmux set-option -t "$session_name" pane-border-format "#{pane_title}"
base_index=$(tmux show-options -g base-index 2>/dev/null | awk '{print $2}')
base_index=${base_index:-0}

echo "base_index=$base_index"
echo "Using tmux base_index=$base_index"

# Create the necessary number of panes and set titles
num_commands=${#commands[@]}
Expand Down

0 comments on commit 5538f8c

Please sign in to comment.