Skip to content

Commit b6eba8c

Browse files
authored
remove fmt.println
1 parent 797f5f8 commit b6eba8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/analyze.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ func checkIfConfigExistsAndIsNeeded(toolName string, cliLocalMode bool) error {
317317
if _, err := os.Stat(toolConfigPath); os.IsNotExist(err) {
318318
// Config file does not exist - create it if we have the means to do so
319319
if (!cliLocalMode && initFlags.ApiToken != "") || cliLocalMode {
320-
logger.Info(fmt.Sprintf("Creating new config file for tool %s\n", toolName))
321320
if err := configsetup.CreateToolConfigurationFile(toolName, initFlags); err != nil {
322321
return fmt.Errorf("failed to create config file for tool %s: %w", toolName, err)
323322
}

0 commit comments

Comments
 (0)