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