From 4c3058b0d9b2555d4c2447d7c84299e3577a1d0b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:42:14 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in GetMiniLoginAccount query ' --- common/database.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/database.cpp b/common/database.cpp index a2929c240..27b883091 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -2553,7 +2553,6 @@ uint32 Database::GetMiniLoginAccount(char* ip){ if (!results.Success()) { - std::cerr << "Error in GetMiniLoginAccount query '" << query << "' " << results.ErrorMessage() << std::endl; return 0; }