Remove extra debugging

pull/2882/head
René Cannaò 6 years ago committed by Javier Jaramago Fernández
parent d5477a49df
commit 5e2f499581

@ -12,8 +12,6 @@
#include <atomic>
static std::atomic<int> savepoint_false {0};
extern const MARIADB_CHARSET_INFO * proxysql_find_charset_nr(unsigned int nr);
MARIADB_CHARSET_INFO * proxysql_find_charset_name(const char *name);
@ -2216,8 +2214,6 @@ void MySQL_Connection::ProcessQueryAndSetStatusFlags(char *query_digest_text) {
!strcasecmp(query_digest_text,"ROLLBACK")
) {
set_status_has_savepoint(false);
savepoint_false++;
std::cerr << "savepoint_false: " << savepoint_false << endl;
}
}
}

Loading…
Cancel
Save