Remove debugging output (munin wouldn't like it)

This commit is contained in:
Sandro Santilli 2013-02-08 16:10:56 +01:00
parent d1d2074146
commit c314640c3b

View File

@ -6,8 +6,6 @@ if test -h "$me"; then
fi fi
ENV_DIR=$(cd `dirname "$me"`/../config/environments || exit 1; pwd) ENV_DIR=$(cd `dirname "$me"`/../config/environments || exit 1; pwd)
echo "ENV_DIR: ${ENV_DIR}"
if test -z "$TILER_ENVIRONMENT"; then if test -z "$TILER_ENVIRONMENT"; then
TILER_ENVIRONMENT=${ENV_DIR}/development.js TILER_ENVIRONMENT=${ENV_DIR}/development.js
fi fi