From 9f9253220c0d48ea568279919a3636fdd9e4e5a8 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:42:07 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in GetAccountIDByAcc query ' --- common/database.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/database.cpp b/common/database.cpp index 6bc3f6445..b2a462be2 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -806,7 +806,6 @@ uint32 Database::GetAccountIDByName(const char* accname, int16* status, uint32* auto results = QueryDatabase(query); if (!results.Success()) { - std::cerr << "Error in GetAccountIDByAcc query '" << query << "' " << results.ErrorMessage() << std::endl; return 0; }