[PATCH] testbot: Remove a debug trace from the Munin plugin.
26 Feb
2018
26 Feb
'18
12:36 a.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- testbot/web/Munin.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/testbot/web/Munin.pl b/testbot/web/Munin.pl index 9e65421b1..91155b776 100755 --- a/testbot/web/Munin.pl +++ b/testbot/web/Munin.pl @@ -132,7 +132,6 @@ sub GetOutput($) my $Stats = GetStatistics($VMs, $Period * 60); my @SortedHosts = sort keys %{$Stats->{hosts}->{items}}; - print sorted keys %{$Stats->{hosts}->{items}}, "\n"; my %HostDisplayNames; foreach my $Host (@SortedHosts) { -- 2.16.1
2849
Age (days ago)
2849
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget