From f52667390342c4c34424fc5b44ea2efca6d22a70 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Wed, 2 Nov 2016 14:08:28 -0400 Subject: [PATCH] no debug statement --- bin/compile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/compile b/bin/compile index f700ed1a..be606ee7 100755 --- a/bin/compile +++ b/bin/compile @@ -56,10 +56,6 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop [ ! "$STACK" ] && STACK=$DEFAULT_PYTHON_STACK [[ $BUILD_DIR == "/app" ]] && SKIP_MOVE_BUILD=$1 -echo $SKIP_MOVE_BUILD -echo $BUILD_DIR -echo '^^^^' - # Sanitizing environment variables. unset GIT_DIR PYTHONHOME PYTHONPATH unset RECEIVE_DATA RUN_KEY BUILD_INFO DEPLOY LOG_TOKEN DYNO -- GitLab