]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
compilation: drop an "echo" that was used for debugging.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Jan 2018 00:27:32 +0000 (19:27 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Jan 2018 00:27:32 +0000 (19:27 -0500)
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
 }