From ce268a3c8f4b62335efc8066dc9d57abe8633da5 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Thu, 19 Jan 2012 14:21:08 -0500
Subject: [PATCH] back to the way it was

---
 bin/compile | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/bin/compile b/bin/compile
index 23791920..2898127c 100755
--- a/bin/compile
+++ b/bin/compile
@@ -51,14 +51,6 @@ for dir in $VIRTUALENV_DIRS; do
   cp -R $CACHE_DIR/$dir . &> /dev/null || true
 done
 
-pwd
-ls
-
-echo '-------------'
-ls /app/tmp/repo.git/.cache/
-ls /app/tmp/repo.git/
-ls -a /app/
-
 # Create virtualenv. Rebuild if corrupt.
 set +e
 echo "-----> Preparing virtualenv version $(virtualenv --version)"
-- 
GitLab