From 79dc5d5f6bb316807da0604147f89ff410ab5b5c Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 6 Feb 2016 15:31:11 +0100 Subject: [PATCH] Remove debugging code from setup_go.sh --- setup_go.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup_go.sh b/setup_go.sh index fabdce8..4d255f8 100755 --- a/setup_go.sh +++ b/setup_go.sh @@ -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" -- 2.30.2