Remove Duplicative MySQL Error:

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

View File

@ -3074,7 +3074,6 @@ bool TaskGoalListManager::LoadLists() {
"ORDER BY `listid`";
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, ERR_MYSQLERROR, query.c_str(), results.ErrorMessage().c_str());
return false;
}