Clear debug prints

This commit is contained in:
marcelb 2023-07-27 23:08:46 +02:00
parent 8e9abb6e56
commit d3726df3e3

View File

@ -54,8 +54,6 @@ map<string, vector<string>> sql3::query(const string sql_command) {
map<string, vector<string>> _parsed;
cout << Answer << endl;
if (!r) {
io.unlock();
throw string("[ERROR] Unable to read database ");