From ed09893a0e1befd1fb63ac328dfedae8f892125e Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:24:48 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in skill_usable query '%s' %s --- client_files/export/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client_files/export/main.cpp b/client_files/export/main.cpp index b4bf14e75..1758db707 100644 --- a/client_files/export/main.cpp +++ b/client_files/export/main.cpp @@ -104,7 +104,6 @@ bool SkillUsable(SharedDatabase *db, int skill_id, int class_id) { class_id, skill_id); auto results = db->QueryDatabase(query); if(!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in skill_usable query '%s' %s", query.c_str(), results.ErrorMessage().c_str()); return false; }