[PATCH] testbot: Remove a debug trace from the Munin plugin.

Francois Gouget fgouget at codeweavers.com
Sun Feb 25 18:36:12 CST 2018


Signed-off-by: Francois Gouget <fgouget at 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



More information about the wine-devel mailing list