Skip to content

Commit

Permalink
Skip logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Naaman Newbold committed Apr 3, 2013
1 parent 4002173 commit b452cbe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ CACHE_DIR=$2
curl --silent --location http://heroku-jvm-common.s3.amazonaws.com/jvm-buildpack-common.tar.gz | tar xz
. bin/java

if [ ! -d $CACHE_DIR ]; then
LOGGER_FLAGS="$LOGGER_FLAGS new_java_app"
logger -p user.notice -t "slugc[$$]" "language_pack_java new_java_app"
fi

#create the cache dir if it doesn't exist
mkdir -p $CACHE_DIR

Expand Down

0 comments on commit b452cbe

Please sign in to comment.