Skip to content

Commit

Permalink
Update logger.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lyschoening authored Mar 23, 2021
1 parent 90924bb commit c2ce34a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ func init() {
panic(err)
}

err := zap.RegisterEncoder("stackdriver-json", newEncoder)
if err != nil {
panic(err)
}

err := zap.RegisterEncoder("stackdriver-json", newEncoder)
if err != nil {
panic(err)
Expand Down

0 comments on commit c2ce34a

Please sign in to comment.