From: Christian Heller Date: Sat, 6 Feb 2016 14:31:11 +0000 (+0100) Subject: Remove debugging code from setup_go.sh X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=79dc5d5f6bb316807da0604147f89ff410ab5b5c Remove debugging code from setup_go.sh --- 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"