diff --git a/common/database.cpp b/common/database.cpp index b5ad4073c..7c145e86a 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -3397,7 +3397,6 @@ uint32 Database::GetRaidID(const char* name) auto row = results.begin(); if (row == results.end()) { - Log.Out(Logs::General, Logs::Error, "Unable to get raid id, char not found!"); return 0; }