Remove Duplicative MySQL Error: Error in CheckTitle query '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:25:26 -06:00
parent 9cb3762102
commit d9f492f4e2

View File

@ -359,7 +359,6 @@ bool Client::CheckTitle(int titleSet) {
titleSet, CharacterID());
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in CheckTitle query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}