Remove Duplicative MySQL Error: Unable to get message count from database. %s %s

This commit is contained in:
Akkadius 2015-01-19 05:25:53 -06:00
parent 756e90b683
commit 5faeecd82b

View File

@ -500,7 +500,6 @@ void Database::ExpireMail() {
std::string query = "SELECT COUNT(*) FROM `mail`";
auto results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::Detail, Logs::UCS_Server, "Unable to get message count from database. %s %s", query.c_str(), results.ErrorMessage().c_str());
return;
}