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