Skip to content

Commit 5fa9fb3

Browse files
disable wrong token info
1 parent 92a43eb commit 5fa9fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt_controller.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bool jwtVerify(const drogon::HttpRequestPtr &req)
5252
}
5353
catch (const std::exception &e)
5454
{
55-
std::cout << "Wrong token" << std::endl;
55+
// std::cout << "Wrong token" << std::endl;
5656
return false;
5757
}
5858
}

0 commit comments

Comments
 (0)