From 74cb87048852bcd956b541bc0574f89512d6519f Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 30 May 2012 15:14:36 -0400
Subject: [PATCH] leave injection off for now

---
 bin/compile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/compile b/bin/compile
index 89f42597..6a5a6b50 100755
--- a/bin/compile
+++ b/bin/compile
@@ -140,9 +140,9 @@ set +e
 mkdir .heroku &> /dev/null
 HEROKU_DIR_STATUS=$?
 
-# This is a new app, disable injection.
+# TODO: This is a new app, disable injection.
 [ $HEROKU_DIR_STATUS -eq 0 ] && {
-  touch .heroku/injection_disabled
+  #TODO: touch .heroku/injection_disabled
 }
 set -e
 
-- 
GitLab