From e74666fa3b1f5e87387957f8673bc402a353cbf7 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:44 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in Zone::LoadAdventureFlavor: %s (%s) --- zone/zone.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zone.cpp b/zone/zone.cpp index 55a818a01..e4cc18eb5 100644 --- a/zone/zone.cpp +++ b/zone/zone.cpp @@ -2143,7 +2143,6 @@ void Zone::LoadAdventureFlavor() const std::string query = "SELECT id, text FROM adventure_template_entry_flavor"; auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadAdventureFlavor: %s (%s)", query.c_str(), results.ErrorMessage().c_str()); return; }