diff --git a/zone/tasks.cpp b/zone/tasks.cpp index 37f54570b..4bee8454f 100644 --- a/zone/tasks.cpp +++ b/zone/tasks.cpp @@ -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; }