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