From 3a91ae92abc15a79e55432ec54e68ef45327d877 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:36 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: SendMail: Query %s failed with error %s --- ucs/database.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ucs/database.cpp b/ucs/database.cpp index ca9f0f0e8..56ad0dce8 100644 --- a/ucs/database.cpp +++ b/ucs/database.cpp @@ -459,7 +459,6 @@ bool Database::SendMail(std::string recipient, std::string from, std::string sub safe_delete_array(escBody); auto results = QueryDatabase(query); if(!results.Success()) { - Log.Out(Logs::Detail, Logs::UCS_Server, "SendMail: Query %s failed with error %s", query.c_str(), results.ErrorMessage().c_str()); return false; }