diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 185329e8b..503ecdfc9 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -3235,7 +3235,6 @@ bool ZoneDatabase::SetCharacterFactionLevel(uint32 char_id, int32 faction_id, in "VALUES (%i, %i, %i, %i)", char_id, faction_id, value, temp); results = QueryDatabase(query); if (!results.Success()) { - std::cerr << "Error in SetCharacterFactionLevel query '" << query << "' " << results.ErrorMessage() << std::endl; return false; }