Remove Duplicative MySQL Error: SendMail: Query %s failed with error %s

This commit is contained in:
Akkadius 2015-01-19 05:25:36 -06:00
parent 7cceee14a1
commit 3a91ae92ab

View File

@ -459,7 +459,6 @@ bool Database::SendMail(std::string recipient, std::string from, std::string sub
safe_delete_array(escBody);
auto results = QueryDatabase(query);
if(!results.Success()) {
Log.Out(Logs::Detail, Logs::UCS_Server, "SendMail: Query %s failed with error %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}