Skip to content

Commit

Permalink
Don't call chained logger 'broflake'
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Aug 31, 2023
1 parent 342b926 commit 40bd2db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chained/broflake_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ import (
"github.com/getlantern/common/config"
"github.com/getlantern/flashlight/v7/ops"
"github.com/getlantern/flashlight/v7/proxied"
"github.com/getlantern/golog"
)

func init() {
log = golog.LoggerFor("broflake")
broflake_common.SetDebugLogger(log.AsDebugLogger())
}

Expand Down

0 comments on commit 40bd2db

Please sign in to comment.