home · contact · privacy
Remove debugging code from setup_go.sh
[config] / setup_go.sh
index fabdce8d2e333049d7e69fa9b6d6830f21ec03e5..4d255f8f58cfef0fa5bc93b87df3cbaefdde1f19 100755 (executable)
@@ -6,9 +6,6 @@ set -x
 ensure_line() {
     add_string="$1"
     file="$2"
-    echo "TESTESTEST"
-    echo $add_string
-    echo $file
     test=`grep "$add_string" "$file" | wc -l`
     if [ $test -lt 1 ]; then
         echo "$add_string" >> "$file"