Remove Duplicative MySQL Error: Error in CreateLauncher query: %s

This commit is contained in:
Akkadius
2015-01-20 01:37:57 -06:00
parent d566bb4728
commit e271049fad
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -137,7 +137,6 @@ uint32 Database::CheckLogin(const char* name, const char* password, int16* oStat
if (!results.Success())
{
std::cerr << "Error in CheckLogin query '" << query << "' " << results.ErrorMessage() << std::endl;
return 0;
}