2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Deleted some debug info

This commit is contained in:
Diver 2017-01-23 22:31:58 +03:00
parent c89146d9e3
commit a337fbbb7e

View File

@ -596,8 +596,6 @@ for server in $nas_servers; do
elements_array+=($graphs)
done <<< "$member_elements_by_line"
echo "$member_elements_by_line"
#Not drawing elements in case of empty set
if [ "${#elements_array[@]}" -eq "0" ]; then LINES=0; fi