X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e6346d3f9b5d3e24727def67274f39c02b2ed12b..ccf5652b98dc7ec6697aceaf821840287c61a583:/SL/AM.pm diff --git a/SL/AM.pm b/SL/AM.pm index 8fd79ad06..a9179e65d 100644 --- a/SL/AM.pm +++ b/SL/AM.pm @@ -2098,7 +2098,6 @@ sub translate_units { my $units = $self->retrieve_units(\%main::myconfig, $form); my $h = $units->{$unit}->{"LANGUAGES"}->{$template_code}; - $main::lxdebug->dump(0, "klaus", $h); my $new_unit = $unit; if ($h) { if (($amount != 1) && $h->{"localized_plural"}) {