spam the console less

This commit is contained in:
Cadey Ratio 2018-01-21 09:35:48 -08:00
parent d7c09d0a2d
commit 53522e3f51
2 changed files with 0 additions and 3 deletions

View File

@ -41,7 +41,6 @@ func (t Token) F() ln.F {
"token-id": t.ID,
"token-owner": t.Owner,
"token-active": t.Active,
"token-scopes": t.Scopes,
"token-created-at": t.CreatedAt.String(),
}

View File

@ -186,8 +186,6 @@ func (s *routesServer) ServeHTTP(resp http.ResponseWriter, req *http.Request) {
return
}
log.Printf("XXX %s", req.URL.Path)
switch req.URL.Path {
case "/twirp/xeserv.us.route.Routes/Get":
s.serveGet(ctx, resp, req)