We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a43eb commit 5fa9fb3Copy full SHA for 5fa9fb3
jwt_controller.cc
@@ -52,7 +52,7 @@ bool jwtVerify(const drogon::HttpRequestPtr &req)
52
}
53
catch (const std::exception &e)
54
{
55
- std::cout << "Wrong token" << std::endl;
+// std::cout << "Wrong token" << std::endl;
56
return false;
57
58
0 commit comments