From c314640c3b54a52d22b6ae7fee8c852a7d91ea5e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 8 Feb 2013 16:10:56 +0100 Subject: [PATCH] Remove debugging output (munin wouldn't like it) --- tools/checkfds.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/checkfds.sh b/tools/checkfds.sh index ed0b124f..81e3b88d 100755 --- a/tools/checkfds.sh +++ b/tools/checkfds.sh @@ -6,8 +6,6 @@ if test -h "$me"; then fi ENV_DIR=$(cd `dirname "$me"`/../config/environments || exit 1; pwd) -echo "ENV_DIR: ${ENV_DIR}" - if test -z "$TILER_ENVIRONMENT"; then TILER_ENVIRONMENT=${ENV_DIR}/development.js fi