]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IC.pm
debug code
[mfinanz.git] / SL / IC.pm
index dd7c08df18fb7c464ed3e5be03b5a697b02c9b2e..b0c58d7eb4f0b38a57b92bfd495f70848770d6d9 100644 (file)
--- a/SL/IC.pm
+++ b/SL/IC.pm
@@ -1021,8 +1021,6 @@ sub all_parts {
     sub_module     => $bsooqr ? [ uniq grep { $oe_flag_to_cvar{$form->{$_}} } @oe_flags ] : undef,
   );
 
-  $::lxdebug->dump(0,  "\@cvar_val", \@cvar_values);
-
   if ($cvar_where) {
     $where_clause .= qq| AND ($cvar_where)|;
     push @bind_vars, @cvar_values;