Commit f132d319 authored by Kenneth Reitz's avatar Kenneth Reitz

remove debug

parent 6afd6bbc
...@@ -10,8 +10,6 @@ PIP_STATUS="${PIPESTATUS[0]}" ...@@ -10,8 +10,6 @@ PIP_STATUS="${PIPESTATUS[0]}"
set -e set -e
show-warnings show-warnings
echo '*** DEBUG ****'
cat $WARNINGS_LOG
if [[ ! $PIP_STATUS -eq 0 ]]; then if [[ ! $PIP_STATUS -eq 0 ]]; then
exit 1 exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment