From: Moritz Bunkus Date: Thu, 2 Jul 2009 15:18:15 +0000 (+0200) Subject: Debugcode entfernt. X-Git-Tag: release-2.6.1beta1~366 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a9cf6be5381c3d7274a8b002c94e77bfeb8fa64a;p=kivitendo-erp.git Debugcode entfernt. --- diff --git a/SL/IS.pm b/SL/IS.pm index 12b8e3a88..fecf1fc7f 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1919,8 +1919,6 @@ sub retrieve_item { map { $item->{"ic_cvar_" . $_->{name} } = $_->{value} } @{ $custom_variables }; } - $main::lxdebug->dump(0, "items", $form->{item_list}); - $dbh->disconnect; $main::lxdebug->leave_sub();