From: Moritz Bunkus Date: Tue, 5 May 2009 08:54:50 +0000 (+0000) Subject: Debugcode entfernt. X-Git-Tag: release-2.6.0beta2~57 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=177518a0430a0de7576c2eb054761636711ca792;p=kivitendo-erp.git Debugcode entfernt. --- diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl index 5a0b2ee3c..a65874271 100644 --- a/bin/mozilla/projects.pl +++ b/bin/mozilla/projects.pl @@ -124,9 +124,6 @@ sub project_report { %column_defs_cvars, ); - $main::lxdebug->dump(0, "cdc", \@columns); - $main::lxdebug->dump(0, "cdc", \%column_defs); - foreach (qw(projectnumber description)) { $column_defs{$_}->{link} = $href . "&sort=$_"; $column_defs{$_}->{visible} = 1;