From e7db145b7f6bef4b2575f561f501fea589e0c8b9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 14 May 2018 20:28:39 -0700 Subject: Get rid of debugging printout. Change-Id: I6641aca753b40a8a06ce8d3baf47d37cdf0c420a Reviewed-on: https://code.wireshark.org/review/27543 Reviewed-by: Guy Harris --- tools/macos-setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh index 3e683dec1e..018d397a20 100755 --- a/tools/macos-setup.sh +++ b/tools/macos-setup.sh @@ -653,7 +653,6 @@ install_qt() { QT_VOLUME=qt-opensource-mac-x64-$QT_VERSION ;; esac -echo "Downloading http://download.qt.io/archive/qt/$QT_MAJOR_MINOR_VERSION/$QT_MAJOR_MINOR_DOTDOT_VERSION/$QT_VOLUME.dmg" [ -f $QT_VOLUME.dmg ] || curl -L -O http://download.qt.io/archive/qt/$QT_MAJOR_MINOR_VERSION/$QT_MAJOR_MINOR_DOTDOT_VERSION/$QT_VOLUME.dmg || exit 1 $no_build && echo "Skipping installation" && return sudo hdiutil attach $QT_VOLUME.dmg || exit 1 -- cgit v1.2.3