Skip to content

Commit 5456569

Browse files
committed
Removed commented blocks
1 parent eed043d commit 5456569

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

internal/context/init.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)