From: Daniel P. Berrange Date: Tue, 18 Nov 2014 17:53:51 +0000 (+0000) Subject: Remove left over debug in hvsupport.pl script X-Git-Tag: CVE-2014-8135~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c79469ccc3245b9572dcaabe8cd620ba3fabfad;p=thirdparty%2Flibvirt.git Remove left over debug in hvsupport.pl script --- diff --git a/docs/hvsupport.pl b/docs/hvsupport.pl index 96720eb84f..6bbd44a818 100755 --- a/docs/hvsupport.pl +++ b/docs/hvsupport.pl @@ -205,7 +205,6 @@ foreach my $drivertable (@drivertable) { if ($grp ne "virStateDriver" && $grp ne "virStreamDriver") { $ingrp = $grp; - warn "[$ingrp]"; $groups{$ingrp} = { apis => {}, drivers => {} }; } } elsif ($ingrp) {