From 38723fc4bfa1689f1abb0dfe6e9b898884970f1a Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:41:35 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in UpdateBug ' --- zone/zonedb.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 2678b2ec4..83335109c 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -334,7 +334,6 @@ void ZoneDatabase::UpdateBug(PetitionBug_Struct* bug){ safe_delete_array(bugtext); auto results = QueryDatabase(query); if (!results.Success()) - std::cerr << "Error in UpdateBug '" << query << "' " << results.ErrorMessage() << std::endl; }