Skip to content

Commit

Permalink
cmode: removed double logging (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Sementsov authored Aug 4, 2021
1 parent 5a78dbb commit fc84b12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmode/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func (l *CModeLogger) ParseAndSet(val string) error {
return err
}
l.SetLevel(level)
l.Infof("Logging level set to %v", level)
return nil
}

Expand Down

0 comments on commit fc84b12

Please sign in to comment.