diff --git a/common/database.cpp b/common/database.cpp index 0ddc5b41f..8085d28f7 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -251,7 +251,6 @@ uint32 Database::CreateAccount(const char* name, const char* password, int16 sta if (results.LastInsertedID() == 0) { - std::cerr << "Error in CreateAccount query '" << query << "' " << results.ErrorMessage() << std::endl; return 0; }