From 31f3e1964a37efc54f42ccaad91662ceb569c8f6 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 31 十月 2019 19:10:19 +0800 Subject: [PATCH] update protomsg --- middlewares/auth/auth.go | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/middlewares/auth/auth.go b/middlewares/auth/auth.go index 2de927d..7df2c82 100644 --- a/middlewares/auth/auth.go +++ b/middlewares/auth/auth.go @@ -1,7 +1,6 @@ package auth import ( - "fmt" "github.com/gin-gonic/gin" "net/http" "strings" @@ -64,7 +63,6 @@ c.Abort() } user := (*jwtDriver).User(c) - fmt.Println("AuthHandler user:",user) if user == nil { util.ResponseFormat(c,code.TokenNotFound,"灏氭湭鐧诲綍锛岃鐧诲綍") c.Abort() -- Gitblit v1.8.0