summaryrefslogtreecommitdiff
path: root/bin/efa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa')
-rwxr-xr-xbin/efa4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/efa b/bin/efa
index dcfca12..a519b5d 100755
--- a/bin/efa
+++ b/bin/efa
@@ -41,8 +41,6 @@ GetOptions(
prefer|P=s
proximity|p
include|i=s
- test-dump
- test-parse
time|t=s
timeout=i
to=s@{2}
@@ -98,8 +96,6 @@ $efa = Net::Travel::DE::VRR->new(
$efa->submit( timeout => $opt->{'timeout'} );
-$efa->parse();
-
my @routes = $efa->routes();
for my $i ( 0 .. $#routes ) {