mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Remove left over debug in hvsupport.pl script
This commit is contained in:
@@ -205,7 +205,6 @@ foreach my $drivertable (@drivertable) {
|
|||||||
if ($grp ne "virStateDriver" &&
|
if ($grp ne "virStateDriver" &&
|
||||||
$grp ne "virStreamDriver") {
|
$grp ne "virStreamDriver") {
|
||||||
$ingrp = $grp;
|
$ingrp = $grp;
|
||||||
warn "[$ingrp]";
|
|
||||||
$groups{$ingrp} = { apis => {}, drivers => {} };
|
$groups{$ingrp} = { apis => {}, drivers => {} };
|
||||||
}
|
}
|
||||||
} elsif ($ingrp) {
|
} elsif ($ingrp) {
|
||||||
|
|||||||
Reference in New Issue
Block a user