Skip to content

Commit e948c45

Browse files
committed
Remove debugging output
1 parent 0c5d538 commit e948c45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,7 @@ if ! command -v "$INSTALL_PYTHON_PATH" >/dev/null; then
136136
fi
137137

138138
if [ "$PYTHON_MAJOR_VER" -ne "3" ] || [ "$PYTHON_MINOR_VER" -lt "10" ] || [ "$PYTHON_MINOR_VER" -ge "14" ]; then
139-
echo "Chia requires Python version >= 3.10 and < 3.14.0" >&2
140-
echo $PYTHON_MAJOR_VER
141-
echo $PYTHON_MINOR_VER
139+
echo "Chia requires Python version >= 3.10 and < 3.14.0" >&2
142140
echo "Current Python version = $INSTALL_PYTHON_VERSION" >&2
143141
# If Arch, direct to Arch Wiki
144142
if type pacman >/dev/null 2>&1 && [ -f "/etc/arch-release" ]; then

0 commit comments

Comments
 (0)