summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-06-16 13:06:15 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-06-16 13:06:15 -0500
commit4d88b6915e036686892c4c79e7b43d3c99a3f19b (patch)
tree305de58fb42d48681e26a70422c1d13ba03fef9d
parent656c677a0838afc1ee5207c584908cff7dffe792 (diff)
downloadvyatta-op-vpn-4d88b6915e036686892c4c79e7b43d3c99a3f19b.tar.gz
vyatta-op-vpn-4d88b6915e036686892c4c79e7b43d3c99a3f19b.zip
remove extraneous debug output
-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;