X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/c4563766e64c6ac8aeb460acd386dea8201a10a1..177518a0430a0de7576c2eb054761636711ca792:/bin/mozilla/projects.pl 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;