Remove Duplicative MySQL Error:

This commit is contained in:
Akkadius
2015-01-20 01:38:43 -06:00
parent fb03e8c67d
commit ef312b7b48
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -162,7 +162,6 @@ bool Database::CheckBannedIPs(const char* loginIP)
if (!results.Success())
{
std::cerr << "Error in CheckBannedIPs query '" << query << "' " << results.ErrorMessage() << std::endl;
return true;
}