diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-03-02 23:48:55 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-03-02 23:48:55 +0100 |
commit | f0ee0fb836fbb801ef5ce2babb315a4bdc49ab5a (patch) | |
tree | 789cf14737b1fef4cd64518d02d28f5ad23d9177 | |
parent | e6e55d5003e7194d97d9f18eced7e17ae4b81ec7 (diff) |
disable debug output (was not meant to be commited)
-rw-r--r-- | lib/Travel/Status/DE/EFA.pm | 2 |
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(); |