Skip to content

Commit 1627485

Browse files
hide
1 parent 5fa9fb3 commit 1627485

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

jwt_controller.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include <iostream>
22
#include <drogon/drogon.h>
33
#include <jwt-cpp/jwt.h>
4-
#include <cstring>
5-
#include <iomanip>
64
#include <chrono>
75
#include "jwt_controller.h"
86

mysql.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ bool sql_check(const std::string& user, const std::string& passwd)
398398
}
399399
catch (sql::SQLException &e)
400400
{
401-
std::cerr << "SQL Exception: " << e.what() << std::endl;
401+
// std::cerr << "SQL Exception: " << e.what() << std::endl;
402402
}
403403

404404
// std::cout << result << std::endl;

0 commit comments

Comments
 (0)