From ea7302de5982e584502dae7a126577846557c0b1 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Tue, 29 Aug 2023 07:53:10 -0700 Subject: [PATCH] fix: Removes echo in publish that is not needed (#1477) --- publish.cmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/publish.cmd b/publish.cmd index 64749bf62..d45eb17ed 100755 --- a/publish.cmd +++ b/publish.cmd @@ -7,8 +7,6 @@ config=$1 os=$2 arch=${3:-$(uname -m)} -echo "arch is $arch" - if [[ -n $os ]]; then os="-r $os" elif [[ $(uname) = "Darwin" ]]; then