From f4fad223d084c1872c08bf3e64cef6e7ee07eead 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 SetCharacterFactionLevel query ' --- zone/zonedb.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 4a0ccc83c..185329e8b 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -3219,7 +3219,6 @@ bool ZoneDatabase::SetCharacterFactionLevel(uint32 char_id, int32 faction_id, in char_id, faction_id); auto results = QueryDatabase(query); if (!results.Success()) { - std::cerr << "Error in SetCharacterFactionLevel query '" << query << "' " << results.ErrorMessage() << std::endl; return false; }