Remove Duplicative MySQL Error: Error setting public note for char %d '%s': %s

This commit is contained in:
Akkadius
2015-01-19 05:26:10 -06:00
parent 499364e9fe
commit 85659dd200
-1
View File
@@ -846,7 +846,6 @@ bool BaseGuildManager::DBSetPublicNote(uint32 charid, const char* note) {
if (!results.Success())
{
Log.Out(Logs::Detail, Logs::Guilds, "Error setting public note for char %d '%s': %s", charid, query.c_str(), results.ErrorMessage().c_str());
return false;
}