Skip to content

Commit

Permalink
Remove print for testing golangcilint
Browse files Browse the repository at this point in the history
  • Loading branch information
arevbond committed Oct 24, 2024
1 parent 25e2e99 commit aff739f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ func initLogger(logFilePath string) (*slog.Logger, error) {
slog.SetDefault(logger)

log.SetOutput(file)
fmt.Println("HHELO WORLD")
return logger, nil
}

0 comments on commit aff739f

Please sign in to comment.