mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
remove debugging statements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user