summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-11-07 16:21:31 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-11-07 16:21:31 +0000
commitb5baa40ad49e1ec34f02b13740524440fa31b0fc (patch)
tree91bc8642decf37e79dc57291084acda210d60b28
parent6ed54497c69910988303f3c4ae2798705da2aafb (diff)
downloadMPC-b5baa40ad49e1ec34f02b13740524440fa31b0fc.tar.gz
ChangeLogTag: Mon Nov 7 10:15:31 2005 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/ProjectCreator.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index a3421107..82b23549 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -2986,8 +2986,6 @@ sub generate_defaults {
## are skipped in the initial default components generation
$self->generate_default_components(\@files);
-my(@z) = $self->get_component_list('source_files');
-print "DEBUG: @z\n";
## Remove source files that are also listed in the template files
## If we do not do this, then generated projects can be invalid.
$self->remove_duplicated_files('source_files', 'template_files');