Remove debugging output (munin wouldn't like it)
This commit is contained in:
parent
d1d2074146
commit
c314640c3b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user