Skip to content

Commit

Permalink
remove spamming log
Browse files Browse the repository at this point in the history
  • Loading branch information
OneOfOne committed Jun 10, 2024
1 parent 3085c90 commit 5ccc86e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ func (s *Server) Logf(f string, args ...any) {

func (s *Server) logfStack(n int, f string, args ...any) {
lg := s.opts.Logger
log.Println(lg)
if lg == nil {
lg = log.Default()
}
Expand Down

0 comments on commit 5ccc86e

Please sign in to comment.