]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - compilation
compilation: drop an "echo" that was used for debugging.
[bash.d.git] / compilation
index 6320e7069b0338802e0928b295f40a992f3307b8..487f251d9d1adeb2c4f7c2003e1634e524cc72af 100644 (file)
@@ -13,7 +13,6 @@ load_profile_defaults() {
 
     if [ -f "${profile}/make.defaults" ]; then
        . "${profile}/make.defaults"
-       echo "loaded ${profile}/make.defaults"
     fi
 }