File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,6 @@ func Init(outDir string) *projectconfig.ZeroProjectConfig {
4242
4343 moduleSources := chooseStack (getRegistry ())
4444 moduleConfigs := loadAllModules (moduleSources )
45- // Initialize project structs for modules
46- // for moduleName := range moduleConfigs {
47- // projectConfig.Modules[moduleName] = Module{
48- // Parameters: projectconfig.Parameters{},
49- // Files: projectconfig.Files{},
50- // }
51- // }
5245
5346 prompts := getProjectPrompts (projectConfig .Name , moduleConfigs )
5447
@@ -70,8 +63,6 @@ func Init(outDir string) *projectconfig.ZeroProjectConfig {
7063
7164 projectParameters := promptAllModules (moduleConfigs )
7265
73- // initialize stuff
74-
7566 // Map parameter values back to specific modules
7667 for moduleName , module := range moduleConfigs {
7768 repoName := prompts [moduleName ].GetParam (initParams )
You can’t perform that action at this time.
0 commit comments