Francois Gouget : testbot: Remove a debug trace from the Munin plugin.

Alexandre Julliard julliard at winehq.org
Mon Feb 26 11:57:52 CST 2018


Module: tools
Branch: master
Commit: c4ad4cff70015fbe212c7efddfa026f00f8161c7
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=c4ad4cff70015fbe212c7efddfa026f00f8161c7

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Feb 26 01:36:12 2018 +0100

testbot: Remove a debug trace from the Munin plugin.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/web/Munin.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/web/Munin.pl b/testbot/web/Munin.pl
index 9e65421..91155b7 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)
   {




More information about the wine-cvs mailing list