diff --git a/bin/compile b/bin/compile
index d64817f5ac4b700c907842c6c484098da9c5d0e9..c64d885ead261421a660510101dd924c13a9072e 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