Remove unneeded debug

pull/3506/head
Isaac Connor 2022-06-08 16:44:47 -04:00
parent 866ad4f5e2
commit 1531ced590
1 changed files with 0 additions and 2 deletions

View File

@ -162,8 +162,6 @@ MYSQL_RES *zmDbRow::fetch(const std::string &query) {
mysql_free_result(result_set);
result_set = nullptr;
Error("Error getting row from query %s. Error is %s", query.c_str(), mysql_error(&dbconn));
} else {
Debug(5, "Success");
}
return result_set;
}