From: Michael Orlitzky Date: Sun, 21 Jan 2018 00:27:32 +0000 (-0500) Subject: compilation: drop an "echo" that was used for debugging. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=b3e288eca8732f9797c9a2edae25132bf5cf4047 compilation: drop an "echo" that was used for debugging. --- diff --git a/compilation b/compilation index 6320e70..487f251 100644 --- a/compilation +++ b/compilation @@ -13,7 +13,6 @@ load_profile_defaults() { if [ -f "${profile}/make.defaults" ]; then . "${profile}/make.defaults" - echo "loaded ${profile}/make.defaults" fi }