Module: tools Branch: master Commit: c4ad4cff70015fbe212c7efddfa026f00f8161c7 URL: https://source.winehq.org/git/tools.git/?a=commit;h=c4ad4cff70015fbe212c7efd...
Author: Francois Gouget fgouget@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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) {