From a1895b9cb32477d56d3e2099b76ee3056e7e9528 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:42:28 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in GetAccountFromID query ' --- common/database.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/database.cpp b/common/database.cpp index 03cba68fb..bba2ab12b 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -2868,7 +2868,6 @@ void Database::GetAccountFromID(uint32 id, char* oAccountName, int16* oStatus) { if (!results.Success()) { - std::cerr << "Error in GetAccountFromID query '" << query << "' " << results.ErrorMessage() << std::endl; return; }