diff --git a/bin/compile b/bin/compile
index 89f425971d7a8135bd6d266d4ba7d04390ecdafa..6a5a6b50cab6368f37cb9edb80d4098d5f2c3b67 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