X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a9cf6be5381c3d7274a8b002c94e77bfeb8fa64a..97de2c31922b43c46659b0591580c878103c50af:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index fecf1fc7f..a60ccfa29 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1915,7 +1915,6 @@ sub retrieve_item { dbh => $dbh, ); - $main::lxdebug->dump(0, "cvar", $custom_variables); map { $item->{"ic_cvar_" . $_->{name} } = $_->{value} } @{ $custom_variables }; }