From 13aa45933d8b41450c92d2815daa6796a134b64b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 31 Jan 2008 15:12:02 +0000 Subject: [PATCH] Debugcode entfernt. --- SL/Locale.pm | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.20.1