tests/lvm: Remove some commented out debugging code.

(cherry picked from commit 0d97bcf8ae)
(cherry picked from commit 013dbcefb7)
This commit is contained in:
Richard W.M. Jones
2013-07-19 15:57:11 +01:00
parent 7cea228e67
commit 87badaae32

View File

@@ -31,9 +31,6 @@ close FILE or die "$testimg: $!";
my $g = Sys::Guestfs->new ();
#$g->set_verbose (1);
#$g->set_trace (1);
$g->add_drive ($testimg, format => "raw");
$g->launch ();