From a38cb1a773417a3f0176d98f7b3f1cda661f4b37 Mon Sep 17 00:00:00 2001 From: Kristi Date: Sat, 1 Jun 2019 20:02:20 -0700 Subject: [PATCH] Be quiet when running --- bin/gw | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/gw b/bin/gw index 74b32f3..59c3e27 100755 --- a/bin/gw +++ b/bin/gw @@ -71,8 +71,6 @@ execute_gradle() { err "Unable to find a gradle build file named ${GRADLE_BUILDFILE} or ${GRADLE_KTS_BUILDFILE}." fi - # Say what we are gonna do, then do it. - err "Using gradle at '${gradle}' to run buildfile '${build_gradle}':\n" if [[ -n "build_args[@]" ]]; then "${gradle}" "${build_args[@]}" else