Commit f0ee0fb8 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

disable debug output (was not meant to be commited)

parent e6e55d50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();