summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-03-02 23:48:55 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-03-02 23:48:55 +0100
commitf0ee0fb836fbb801ef5ce2babb315a4bdc49ab5a (patch)
tree789cf14737b1fef4cd64518d02d28f5ad23d9177 /lib
parente6e55d5003e7194d97d9f18eced7e17ae4b81ec7 (diff)
disable debug output (was not meant to be commited)
Diffstat (limited to 'lib')
-rw-r--r--lib/Travel/Status/DE/EFA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm
index fe54bac..0909414 100644
--- a/lib/Travel/Status/DE/EFA.pm
+++ b/lib/Travel/Status/DE/EFA.pm
@@ -116,7 +116,7 @@ sub new {
$self->{tree} = XML::LibXML->load_xml( string => $self->{xml}, );
- say $self->{tree}->toString(1);
+ #say $self->{tree}->toString(1);
$self->check_for_ambiguous();