diff --git a/common/database.cpp b/common/database.cpp index b2c67c14e..1760e5f78 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -2802,7 +2802,6 @@ bool Database::CheckNameFilter(const char* name, bool surname) if (!results.Success()) { - std::cerr << "Error in CheckNameFilter query '" << query << "' " << results.ErrorMessage() << std::endl; // false through to true? shouldn't it be falls through to false? return true; }