Skip to content

Commit b32e455

Browse files
dafyddjtwangboy
authored andcommitted
refactor: redundant logging
1 parent ffa8927 commit b32e455

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bootstrap-salt.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2819,8 +2819,6 @@ __install_salt_from_repo() {
28192819
${_pip_cmd} install --force-reinstall --break-system-packages "${_arch_dep}"
28202820
fi
28212821

2822-
echodebug "Running '${_pip_cmd} install ${_USE_BREAK_SYSTEM_PACKAGES} --no-deps --force-reinstall ${_PIP_INSTALL_ARGS} ${_TMP_DIR}/git/deps/salt*.whl'"
2823-
28242822
_PIP_VERSION_STRING=$(${_pip_cmd} --version)
28252823
echodebug "Installed pip version: $_PIP_VERSION_STRING"
28262824
_PIP_MAJOR_VERSION=$(echo "$_PIP_VERSION_STRING" | sed -E 's/^pip ([0-9]+)\..*/\1/')

0 commit comments

Comments
 (0)