home · contact · privacy
Remove debugging code from setup_go.sh
authorChristian Heller <c.heller@plomlompom.de>
Sat, 6 Feb 2016 14:31:11 +0000 (15:31 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 6 Feb 2016 14:31:11 +0000 (15:31 +0100)
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"