Remove Duplicative MySQL Error: Unable to load titles: %s : %s

This commit is contained in:
Akkadius 2015-01-19 05:25:08 -06:00
parent 346a1b2bb7
commit 82af0550df

View File

@ -40,7 +40,6 @@ bool TitleManager::LoadTitles()
"`status`, `item_id`, `prefix`, `suffix`, `title_set` FROM titles";
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Unable to load titles: %s : %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}