X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/03ea97647e3fbdea4323f4f2136bdfa87cb15c1b..d7420ba874019aa197b978a738f89a15bfec08a7:/SL/Locale.pm diff --git a/SL/Locale.pm b/SL/Locale.pm index c182117f9..2b662bf17 100644 --- a/SL/Locale.pm +++ b/SL/Locale.pm @@ -185,8 +185,6 @@ sub _read_special_chars_file { $scmap->{order} = [ map { $self->_handle_markup($_) } split m/\s+/, $order ]; $self->{special_chars_map}->{"${format}-reverse"}->{order} = [ grep { $_ } map { $scmap->{$_} } reverse @{ $scmap->{order} } ]; } - - $main::lxdebug->dump(0, "scm", $self->{special_chars_map}); } sub text {