diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-06-16 13:06:15 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-06-16 13:06:15 -0500 |
commit | 4d88b6915e036686892c4c79e7b43d3c99a3f19b (patch) | |
tree | 305de58fb42d48681e26a70422c1d13ba03fef9d /lib | |
parent | 656c677a0838afc1ee5207c584908cff7dffe792 (diff) | |
download | vyatta-op-vpn-4d88b6915e036686892c4c79e7b43d3c99a3f19b.tar.gz vyatta-op-vpn-4d88b6915e036686892c4c79e7b43d3c99a3f19b.zip |
remove extraneous debug output
Diffstat (limited to 'lib')
-rw-r--r-- | lib/OPMode.pm | 1 |
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; |