Commit 85c45e88 authored by Akshay Bharambe's avatar Akshay Bharambe
Browse files

Remove log

parent d81b2094
Branches
Tags
1 merge request!89Fix: 412 jwt precondition failed for fasthttp
Showing with 0 additions and 1 deletion
......@@ -125,7 +125,6 @@ func commonHandler(c *routing.Context, isRestricted, isRoleBased, heavyDataActiv
if ab != nil {
token, ok := ab.GetDataString("MQLToken")
loggermdl.LogError("Token from mql - ", token)
if ok {
c.Response.Header.Set("Authorization", token)
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment