summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-24 15:30:30 +0000
committermh <mh@immerda.ch>2008-07-24 15:30:30 +0000
commit72614fb8d9b840f4cabafc284bd652fe02edc566 (patch)
treed15f9b8e52f97c67ab11378c5d85435685c440e2
parent72c460637a3628019dccefb5efe3689f98626525 (diff)
removed debug statement
-rw-r--r--files/munin/squid_efficiency1
1 files changed, 0 insertions, 1 deletions
diff --git a/files/munin/squid_efficiency b/files/munin/squid_efficiency
index dd2729a..16b003e 100644
--- a/files/munin/squid_efficiency
+++ b/files/munin/squid_efficiency
@@ -30,7 +30,6 @@ NETCAT='/bin/netcat'
if [ ! -e $NETCAT ]; then
NETCAT='/usr/bin/nc'
fi
-echo $NETCAT
if [ "$1" = "autoconf" ]; then
SQUID_STATS=`printf "GET cache_object://localhost/info HTTP/1.0\n\n" | ${NETCAT} localhost 3128`