Skip to content

Commit ce6e130

Browse files
committed
remove unused return
1 parent 41eef8f commit ce6e130

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

logrus.go

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ func ConvertMessage(logger *logrus.Logger, m message.Composer) *logrus.Entry {
9696
default:
9797
return e.WithField("payload", payload)
9898
}
99-
100-
return nil
10199
}
102100

103101
// NewLogger produces a logger that writes all logs to the underlying

0 commit comments

Comments
 (0)