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; }