From 6d3b9ae40b1a58af6fc782680292e31b376c4829 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:22 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: --- zone/trading.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/trading.cpp b/zone/trading.cpp index e1731e065..d06cf2f9d 100644 --- a/zone/trading.cpp +++ b/zone/trading.cpp @@ -2264,7 +2264,6 @@ void Client::SendBuyerResults(char* searchString, uint32 searchID) { safe_delete_array(escSearchString); auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::Detail, Logs::None, "[CLIENT] Failed to retrieve Barter Search!! %s %s\n", query.c_str(), results.ErrorMessage().c_str()); return; }