From 9187dccb54549b6f0119a75430b5e8f0eae5afc1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 17 Jul 2014 16:44:38 -0400 Subject: [PATCH] remove debugging information --- bin/compile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/compile b/bin/compile index d64817f5..c64d885e 100755 --- a/bin/compile +++ b/bin/compile @@ -233,13 +233,6 @@ bpwatch start pylibmc_install source $BIN_DIR/steps/pylibmc bpwatch stop pylibmc_install - -# DEBUGGING -which python -which pip -python --version -echo $STACK - # Install Mercurial if it appears to be required. if (grep -Fiq "hg+" requirements.txt) then bpwatch start mercurial_install -- GitLab