diff --git a/zone/client.cpp b/zone/client.cpp index 50ac4655c..dc267469b 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -5290,7 +5290,6 @@ void Client::SendRewards() "ORDER BY reward_id", AccountID()); auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in Client::SendRewards(): %s (%s)", query.c_str(), results.ErrorMessage().c_str()); return; }