From 19dfc9e92dfe699b486d7381ad51d755f98d4b3f Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:16 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in Client::TryReward(): %s (%s) --- zone/client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/client.cpp b/zone/client.cpp index dc267469b..8cd9a3ebb 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -5357,7 +5357,6 @@ bool Client::TryReward(uint32 claim_id) { AccountID(), claim_id); auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in Client::TryReward(): %s (%s)", query.c_str(), results.ErrorMessage().c_str()); return false; }