Clear debug prints

fix-callback^2
marcelb 1 year ago
parent 8e9abb6e56
commit d3726df3e3
  1. 2
      src/sql3.cpp

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

Loading…
Cancel
Save