Skip to content

Commit ee27331

Browse files
committed
remove empty func
1 parent ad02f16 commit ee27331

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/logging/logging.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ func Init(level string) {
1515
slog.SetDefault(logger)
1616
}
1717

18-
// checks if log line needs to be sent as a notification
19-
func checkNotify()
20-
2118
func RuntimeAttr(ctx string) slog.Attr {
2219
_, file, line, ok := runtime.Caller(1)
2320
if ok {

0 commit comments

Comments
 (0)