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

This commit is contained in:
Akkadius 2015-01-19 05:25:33 -06:00
parent 2196053f8a
commit be3acf583f

View File

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