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/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/177518a0430a0de7576c2eb054761636711ca792?ds=inline;hp=c4563766e64c6ac8aeb460acd386dea8201a10a1 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;