From: Moritz Bunkus Date: Thu, 2 Jul 2009 15:18:54 +0000 (+0200) Subject: Noch mehr Debugcode entfernt. X-Git-Tag: release-2.6.1beta1~365 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=97de2c31922b43c46659b0591580c878103c50af;p=kivitendo-erp.git Noch mehr Debugcode entfernt. --- 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 }; }