Remove Duplicative MySQL Error: Error adding title: %s %s

This commit is contained in:
Akkadius 2015-01-19 05:25:17 -06:00
parent 380510ff44
commit d3b00c142d

View File

@ -262,7 +262,6 @@ void TitleManager::CreateNewPlayerTitle(Client *client, const char *title)
safe_delete_array(escTitle);
results = database.QueryDatabase(query);
if(!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error adding title: %s %s", query.c_str(), results.ErrorMessage().c_str());
return;
}