From fa1e73fa035ff8c40e1d3889e6f8af693bde2f22 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:55 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in _GetFreeGuildID query '%s': %s --- common/guild_base.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/guild_base.cpp b/common/guild_base.cpp index fcf227d05..f70caf1d8 100644 --- a/common/guild_base.cpp +++ b/common/guild_base.cpp @@ -329,7 +329,6 @@ uint32 BaseGuildManager::_GetFreeGuildID() { if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in _GetFreeGuildID query '%s': %s", query.c_str(), results.ErrorMessage().c_str()); continue; }