Skip to content

Commit

Permalink
refactor: removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 3, 2024
1 parent 788d122 commit 1905aa9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/vm/20_base.t
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,6 @@ sub test_iptables($domain) {
last if scalar(@iptables_rdp)==1;
my @prerouting = grep { /PREROUTING/} @iptables;
warn $domain->_vm->name.' waiting for /-A PREROUTING.*--dport '.$port_rdp.' -j DNAT .*3389/';
warn Dumper([$domain->_vm->name,\@iptables_rdp,\@prerouting]);

sleep 1;
wait_request();

Expand Down

0 comments on commit 1905aa9

Please sign in to comment.