summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/OPMode.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/OPMode.pm b/lib/OPMode.pm
index 879b192..e1af622 100644
--- a/lib/OPMode.pm
+++ b/lib/OPMode.pm
@@ -353,7 +353,6 @@ sub process_tunnels{
}
# left proto/port only with subnet
elsif ($line =~ /: (.*)===(.*?)\[(.*?)\]:(\d+)\/(\d+)\.\.\.(.*?)\[(.*?)\]===(.*?);/){
- print "in left proto port and subnet\n";
my $lsnet = $1;
my $lip = $2;
my $lid = $3;