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:
parent
c89146d9e3
commit
a337fbbb7e
1 changed files with 0 additions and 2 deletions
|
@ -596,8 +596,6 @@ for server in $nas_servers; do
|
||||||
elements_array+=($graphs)
|
elements_array+=($graphs)
|
||||||
done <<< "$member_elements_by_line"
|
done <<< "$member_elements_by_line"
|
||||||
|
|
||||||
echo "$member_elements_by_line"
|
|
||||||
|
|
||||||
#Not drawing elements in case of empty set
|
#Not drawing elements in case of empty set
|
||||||
if [ "${#elements_array[@]}" -eq "0" ]; then LINES=0; fi
|
if [ "${#elements_array[@]}" -eq "0" ]; then LINES=0; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue