remove unused context key :- at-session-id
This commit is contained in:
parent
362eb209ef
commit
44570e20ef
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
logg = logging.NewVanilla().WithDomain("httpserver").WithContextKey("at-session-id")
|
||||
logg = logging.NewVanilla().WithDomain("httpserver")
|
||||
)
|
||||
|
||||
type SessionHandler struct {
|
||||
|
Loading…
Reference in New Issue
Block a user