diff --git a/common/shareddb.cpp b/common/shareddb.cpp index a500278f4..c8a0281cd 100644 --- a/common/shareddb.cpp +++ b/common/shareddb.cpp @@ -1086,7 +1086,6 @@ void SharedDatabase::GetFactionListInfo(uint32 &list_count, uint32 &max_lists) { const std::string query = "SELECT COUNT(*), MAX(id) FROM npc_faction"; auto results = QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error getting npc faction info from database: %s, %s", query.c_str(), results.ErrorMessage().c_str()); return; }