diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index 036de4b2d5e21228cf7928e895b492c203c62a19..aa78dccaebe28b6dd8312eef82b908782bed0047 100755
--- a/bin/steps/pip-install
+++ b/bin/steps/pip-install
@@ -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