From 9574e916698c6637a6a5e758b0cc7e0079c6a16e Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:42:08 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in GetZoneTZ query ' --- zone/zonedb.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 66bcf8810..272ae54f3 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -2540,7 +2540,6 @@ uint32 ZoneDatabase::GetZoneTZ(uint32 zoneid, uint32 version) { zoneid, version); auto results = QueryDatabase(query); if (!results.Success()) { - std::cerr << "Error in GetZoneTZ query '" << query << "' " << results.ErrorMessage() << std::endl; return 0; }