From 03b0fac83886f559f14be64becbe19369e76e56d Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:15 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in AdventureManager:::LoadAdventureEntries: %s (%s) --- world/adventure_manager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/world/adventure_manager.cpp b/world/adventure_manager.cpp index cb3930bf6..1314a344b 100644 --- a/world/adventure_manager.cpp +++ b/world/adventure_manager.cpp @@ -701,7 +701,6 @@ bool AdventureManager::LoadAdventureEntries() auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in AdventureManager:::LoadAdventureEntries: %s (%s)", query.c_str(), results.ErrorMessage().c_str()); return false; }