From 9cb3762102aba68e58f85fc87a046b9ee60beb05 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:26 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: --- zone/tasks.cpp | 1 - 1 file changed, 1 deletion(-) 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; }