Skip to content

Commit

Permalink
remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Mar 24, 2024
1 parent 1f865b5 commit d862af2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ func run(options Options) error {
date := currentTime.Format("2006-01-02")
data, err := RenderTemplate(options.template, RenderTemplateData{pullRequests, date})

logger.Println("Rendered template: ", data)

if err != nil {
return err
}
Expand Down

0 comments on commit d862af2

Please sign in to comment.