Skip to content

Commit 30a2a35

Browse files
author
Craig Jones
committed
removed debugging
1 parent 67388d9 commit 30a2a35

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/update_cubeviz_test_env

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,5 @@ output_file=`mktemp`
2020
# https://stackoverlfow.com/questions/14411103/check-for-existence-of-wget-curl
2121
wget -O - --no-check-certificate $download_location > $output_file || curl -o $output_file $download_location
2222

23-
echo "-------------"
24-
cat $output_file
25-
echo "-------------"
26-
2723
echo "Running the update script $output_file"
2824
sh $output_file

0 commit comments

Comments
 (0)