From a8b9381eb2372fc3352325aa819935f5fb81c75a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 5 Mar 2010 16:35:27 +0100 Subject: [PATCH] debug code --- SL/IC.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/SL/IC.pm b/SL/IC.pm index dd7c08df1..b0c58d7eb 100644 --- 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; -- 2.20.1