Remove Duplicative MySQL Error: Failed to load LFGuild info from database. %s %s

This commit is contained in:
Akkadius 2015-01-19 05:25:06 -06:00
parent 34c6022101
commit 8494543164

View File

@ -40,7 +40,6 @@ bool LFGuildManager::LoadDatabase()
"`aacount`, `timezone`, `timeposted` FROM `lfguild`";
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::Detail, Logs::QS_Server, "Failed to load LFGuild info from database. %s %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}