From f4471062a945c4848924581eb16b06b22d614cd8 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Fri, 11 Jul 2014 13:35:05 -0400
Subject: [PATCH] missed one

---
 bin/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index fc9a16cd..8f6ccdf1 100755
--- a/bin/compile
+++ b/bin/compile
@@ -47,7 +47,7 @@ unset GIT_DIR PYTHONHOME PYTHONPATH LD_LIBRARY_PATH LIBRARY_PATH
 # bpwatch build python $BUILDPACK_VERSION $REQUEST_ID
 TMP_APP_DIR=$CACHE_DIR/tmp_app_dir
 
-bpwatch start compile
+# bpwatch start compile
 
 
 # We'll need to send these statics to other scripts we `source`.
-- 
GitLab