From 77a2737ad01cd8e989e8c75dfed52aa4e7722fac Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:42:11 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in group update query: %s\n --- zone/zonedb.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 7b07eef43..710fcffb9 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -2586,7 +2586,6 @@ void ZoneDatabase::RefreshGroupFromDB(Client *client){ auto results = QueryDatabase(query); if (!results.Success()) { - printf("Error in group update query: %s\n", results.ErrorMessage().c_str()); } else {