Skip to content

Commit

Permalink
Fixing a breaking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Jun 28, 2022
1 parent 12900c4 commit 572346f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,7 @@ func Panic(args ...interface{}) {

// Panicf logging.
func Panicf(msg string, args ...interface{}) {
<<<<<<< Updated upstream
logCounter.WithLabelValues(string(PanicLevel)).Inc()
=======

>>>>>>> Stashed changes
logger.Panicf(msg, args...)
}

Expand Down

0 comments on commit 572346f

Please sign in to comment.