From d27228999dc53c2eb3c00d580c08b340fad429f0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 8 Feb 2016 22:00:23 -0500 Subject: [PATCH] Revert "debug" This reverts commit a4e8ba3cdf1ceb609f5d49018d11295ac6ee9601. --- bin/steps/pip-install | 3 --- bin/warnings | 3 --- 2 files changed, 6 deletions(-) diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 4299b910..ad762f98 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -10,9 +10,6 @@ PIP_STATUS="${PIPESTATUS[0]}" set -e show-warnings -echo -echo -cat $WARNINGS_LOG | indent if [[ ! $PIP_STATUS -eq 0 ]]; then exit 1 diff --git a/bin/warnings b/bin/warnings index ff53a652..64648538 100755 --- a/bin/warnings +++ b/bin/warnings @@ -1,9 +1,7 @@ shopt -s extglob old-platform() { - echo 'old platform' if grep -qi 'InsecurePlatformWarning' "$WARNINGS_LOG"; then - echo 'true' puts-warn "Hello! It looks like your application is using an outdated version of Python." puts-warn "This caused the security warning you saw above during the 'pip install' step." puts-warn "We recommend '$DEFAULT_PYTHON_VERSION', which you can specify in a 'runtime.txt' file." @@ -39,7 +37,6 @@ distribute-included() { } show-warnings() { - echo "show warnings $WARNINGS_LOG" old-platform pylibmc-missing scipy-included -- GitLab