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 6117ec6..ad57e01 100755
--- a/bin/efa
+++ b/bin/efa
@@ -104,10 +104,6 @@ if ($efa->{'error'}) {
die $efa->{'error'}->as_string();
}
-if ($efa->isa('WWW::Efa::Error')) {
- die($efa->as_string);
-}
-
if ($opt->{'test-parse'}) {
local $/ = undef;
$efa->{'html_reply'} = <STDIN>;