From 4fadff785cf32a5b2e1d1bb74e3b2c05c8f0649f Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:32 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Delete item failed. %s : %s --- zone/guild_mgr.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/guild_mgr.cpp b/zone/guild_mgr.cpp index 66fe8828a..71312b460 100644 --- a/zone/guild_mgr.cpp +++ b/zone/guild_mgr.cpp @@ -1120,7 +1120,6 @@ bool GuildBankManager::DeleteItem(uint32 guildID, uint16 area, uint16 slotID, ui guildID, area, slotID); auto results = database.QueryDatabase(query); if(!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Delete item failed. %s : %s", query.c_str(), results.ErrorMessage().c_str()); return false; }