From 6f7390921c18ec1a9a65545b66eed8210e26a9a3 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Sat, 24 Mar 2012 00:28:15 -0400
Subject: [PATCH] more final

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

diff --git a/bin/compile b/bin/compile
index ca30084e..a6bb2913 100755
--- a/bin/compile
+++ b/bin/compile
@@ -126,11 +126,7 @@ fi
 
 # Restore old artifacts from the cache.
 for dir in $CACHED_DIRS; do
-  echo "copying $dir..."
-  echo "$ ls $CACHE_DIR/$dir"
-  ls $CACHE_DIR/$dir
   cp -R $CACHE_DIR/$dir . &> /dev/null || true
-  ls $dir
 done
 
 
@@ -200,14 +196,9 @@ set -e
 
 # Store new artifacts in cache.
 for dir in $CACHED_DIRS; do
-  echo "copying $dir..."
-  echo "$ ls $CACHE_DIR/$dir"
-  ls $CACHE_DIR/$dir
 
   rm -rf $CACHE_DIR/$dir
-  ls $dir
   cp -R $dir $CACHE_DIR/
-  ls $CACHE_DIR/
 done
 
 # ### Fin.
\ No newline at end of file
-- 
GitLab