remove debug

This commit is contained in:
2016-02-08 21:33:22 -05:00
parent 6afd6bbce9
commit f132d3198a
-2
View File
@@ -10,8 +10,6 @@ PIP_STATUS="${PIPESTATUS[0]}"
set -e
show-warnings
echo '*** DEBUG ****'
cat $WARNINGS_LOG
if [[ ! $PIP_STATUS -eq 0 ]]; then
exit 1