]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Noch mehr Debugcode entfernt.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 2 Jul 2009 15:18:54 +0000 (17:18 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 2 Jul 2009 15:18:54 +0000 (17:18 +0200)
SL/IS.pm

index fecf1fc7f9eda9e507f36717c355251c2f836e46..a60ccfa29bf737f57b1784d2388f2200d7b7ceda 100644 (file)
--- 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 };
   }