Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
geertw committed Apr 24, 2022
1 parent d1a9435 commit 33e4f8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/listen.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ func init() {
}

func initLogger(cmd *cobra.Command) {
// TODO: setup logger

if verbose, _ := cmd.Flags().GetBool("verbose"); verbose {
log.SetLevel(log.DebugLevel)
log.Debug("Verbose logging enabled")
Expand Down

0 comments on commit 33e4f8b

Please sign in to comment.