diff --git a/common/shareddb.cpp b/common/shareddb.cpp index 880b8f42a..eec7dc0f5 100644 --- a/common/shareddb.cpp +++ b/common/shareddb.cpp @@ -1865,7 +1865,6 @@ void SharedDatabase::LoadLootDrops(void *data, uint32 size) { "ON lootdrop.id = lootdrop_entries.lootdrop_id ORDER BY lootdrop_id"; auto results = QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error getting loot drop info from database: %s, %s", query.c_str(), results.ErrorMessage().c_str()); } uint32 current_id = 0;