diff --git a/common/database.cpp b/common/database.cpp index 572643715..a6ef4a1e9 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -2982,7 +2982,6 @@ bool Database::SetMQDetectionFlag(const char* accountname, const char* character if (!results.Success()) { - std::cerr << "Error in SetMQDetectionFlag query '" << query << "' " << results.ErrorMessage() << std::endl; return false; }