Skip to content

Commit

Permalink
remove logger statements
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks authored Jun 8, 2023
1 parent b12e151 commit 6ae9773
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ func (cc *createCmd) detectDefaults(detectedLang *config.DraftConfig, lowerLang
Value: detectedVersion,
}
detectedDefaults = append(detectedDefaults, builderVarDefault)
//log.Info("Detected VERSION is %q from build.gradle for %s project", detectedVersion, lowerLang)
}

if strings.Contains(line, "targetCompatibility") {
Expand All @@ -468,7 +467,6 @@ func (cc *createCmd) detectDefaults(detectedLang *config.DraftConfig, lowerLang
Value: detectedBuilderVersion,
}
detectedDefaults = append(detectedDefaults, detectedBuilderVar)
//log.Info("Detected BUILDER VERSION is %s from build.gradle for %s project", detectedBuilderVersion[0], lowerLang)
}
detectedLang.DetectedDefaults = detectedDefaults
}
Expand Down

0 comments on commit 6ae9773

Please sign in to comment.