Skip to content

Commit

Permalink
Removed commented blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bmonkman committed Jun 12, 2020
1 parent eed043d commit 5456569
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions internal/context/init.go
Expand Up @@ -42,13 +42,6 @@ func Init(outDir string) *projectconfig.ZeroProjectConfig {

moduleSources := chooseStack(getRegistry())
moduleConfigs := loadAllModules(moduleSources)
// Initialize project structs for modules
// for moduleName := range moduleConfigs {
// projectConfig.Modules[moduleName] = Module{
// Parameters: projectconfig.Parameters{},
// Files: projectconfig.Files{},
// }
// }

prompts := getProjectPrompts(projectConfig.Name, moduleConfigs)

Expand All @@ -70,8 +63,6 @@ func Init(outDir string) *projectconfig.ZeroProjectConfig {

projectParameters := promptAllModules(moduleConfigs)

// initialize stuff

// Map parameter values back to specific modules
for moduleName, module := range moduleConfigs {
repoName := prompts[moduleName].GetParam(initParams)
Expand Down

0 comments on commit 5456569

Please sign in to comment.