From a3dc49c50456045ffd983529cce99d0baaeeb23e Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:42:24 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in CheckNameFilter query ' --- common/database.cpp | 1 - 1 file changed, 1 deletion(-) 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; }