Skip to content

Commit

Permalink
removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Jones committed Mar 13, 2018
1 parent 67388d9 commit 30a2a35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/update_cubeviz_test_env
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ output_file=`mktemp`
# https://stackoverlfow.com/questions/14411103/check-for-existence-of-wget-curl
wget -O - --no-check-certificate $download_location > $output_file || curl -o $output_file $download_location

echo "-------------"
cat $output_file
echo "-------------"

echo "Running the update script $output_file"
sh $output_file

0 comments on commit 30a2a35

Please sign in to comment.