From bd6f6579efbec764b0a0817c7141b1a9dd2570ac Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:25 -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 ea991881f..3aaa23621 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -5390,7 +5390,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()); } InternalVeteranReward ivr = (*iter);