diff --git a/common/database.cpp b/common/database.cpp index 1760e5f78..fd75bfc48 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -2827,7 +2827,6 @@ bool Database::AddToNameFilter(const char* name) { if (!results.Success()) { - std::cerr << "Error in AddToNameFilter query '" << query << "' " << results.ErrorMessage() << std::endl; return false; }