diff --git a/common/shareddb.cpp b/common/shareddb.cpp index a8e83f2f2..afbeca18f 100644 --- a/common/shareddb.cpp +++ b/common/shareddb.cpp @@ -1468,7 +1468,6 @@ int SharedDatabase::GetMaxSpellID() { std::string query = "SELECT MAX(id) FROM spells_new"; auto results = QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::Detail, Logs::Spells, "Error in GetMaxSpellID query '%s' %s", query.c_str(), results.ErrorMessage().c_str()); return -1; }