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