Remove Duplicative MySQL Error: Error in CheckNameFilter query '

This commit is contained in:
Akkadius 2015-01-20 01:42:24 -06:00
parent b4a6184c88
commit a3dc49c504

View File

@ -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;
}