diff --git a/context.go b/context.go index 088f6d6..b955261 100644 --- a/context.go +++ b/context.go @@ -30,8 +30,8 @@ func FromContext(ctx context.Context) Logger { logger := ctx.Value(logContextKey) if logger != nil { return logger.(Logger) - } - } +// } +// } - return WithName("Unknown-Context") -} +// return WithName("Unknown-Context") +// }