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