From: Moritz Bunkus Date: Thu, 31 Jan 2008 15:12:02 +0000 (+0000) Subject: Debugcode entfernt. X-Git-Tag: release-2.6.0beta1~261 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=13aa45933d8b41450c92d2815daa6796a134b64b;p=kivitendo-erp.git Debugcode entfernt. --- 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 {