spam the console less
This commit is contained in:
parent
d7c09d0a2d
commit
53522e3f51
|
@ -41,7 +41,6 @@ func (t Token) F() ln.F {
|
||||||
"token-id": t.ID,
|
"token-id": t.ID,
|
||||||
"token-owner": t.Owner,
|
"token-owner": t.Owner,
|
||||||
"token-active": t.Active,
|
"token-active": t.Active,
|
||||||
"token-scopes": t.Scopes,
|
|
||||||
"token-created-at": t.CreatedAt.String(),
|
"token-created-at": t.CreatedAt.String(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -186,8 +186,6 @@ func (s *routesServer) ServeHTTP(resp http.ResponseWriter, req *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Printf("XXX %s", req.URL.Path)
|
|
||||||
|
|
||||||
switch req.URL.Path {
|
switch req.URL.Path {
|
||||||
case "/twirp/xeserv.us.route.Routes/Get":
|
case "/twirp/xeserv.us.route.Routes/Get":
|
||||||
s.serveGet(ctx, resp, req)
|
s.serveGet(ctx, resp, req)
|
||||||
|
|
Loading…
Reference in New Issue