Skip to content

Commit

Permalink
refactor: removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Apr 22, 2024
1 parent 2ad3fe4 commit 05403cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions t/device/10_templates.t
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ sub _mangle_dom_hd_void($domain) {
$config->{hardware}->{host_devices}->[0]->{vendor_id} = $new_id;
$domain->_store(hardware => $config->{hardware});

warn $device_name;
$sth = connector->dbh->prepare("UPDATE host_devices_domain set name=?"
." WHERE id=?");
$sth->execute($device_name, $id_hd);
Expand Down Expand Up @@ -805,11 +804,8 @@ sub test_templates($vm) {

_fix_host_device($host_device) if $vm->type eq 'KVM';

warn 11;
test_hd_in_domain($vm, $host_device);
warn 12;
test_hd_dettach($vm, $host_device);
warn 13;

my $req = Ravada::Request->list_host_devices(
uid => user_admin->id
Expand Down

0 comments on commit 05403cb

Please sign in to comment.