Commit 6545d71b authored by Kenneth Reitz's avatar Kenneth Reitz

remove debugging statements

parent 93b707ea
......@@ -9,10 +9,8 @@ set +e
PIP_STATUS="${PIPESTATUS[0]}"
set -e
echo "$PIP_STATUS"
if [[ ! $PIP_STATUS -eq 0 ]]; then
echo "an error occurred."
echo
show-warnings
exit 1
fi
......
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