X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/346e542fe5aa6894163092547126cfda5c8e4b4b..13aa45933d8b41450c92d2815daa6796a134b64b:/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 {