From 78bbb9b03d2abd3934ccbaab252655aa9ed51bb9 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:42:22 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in GetPEQZone query ' --- common/database.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/database.cpp b/common/database.cpp index 4d2164e9a..b2c67c14e 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -2732,7 +2732,6 @@ uint8 Database::GetPEQZone(uint32 zoneID, uint32 version){ if (!results.Success()) { - std::cerr << "Error in GetPEQZone query '" << query << "' " << results.ErrorMessage() << std::endl; return 0; }