aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-14 20:28:39 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-15 03:30:04 +0000
commite7db145b7f6bef4b2575f561f501fea589e0c8b9 (patch)
tree82af7741643f3d7089834b83b698eb9a2728d66d
parent748c569f88308f38b98678d5566f16706f6a3e07 (diff)
Get rid of debugging printout.
Change-Id: I6641aca753b40a8a06ce8d3baf47d37cdf0c420a Reviewed-on: https://code.wireshark.org/review/27543 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rwxr-xr-xtools/macos-setup.sh1
1 files changed, 0 insertions, 1 deletions
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