From 53dce15822df32877a8d4b109b8f1836c98020c9 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:24:38 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in ExportSpells 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 c60b7266c..b4bf14e75 100644 --- a/client_files/export/main.cpp +++ b/client_files/export/main.cpp @@ -91,7 +91,6 @@ void ExportSpells(SharedDatabase *db) { fprintf(f, "%s\n", line.c_str()); } } else { - Log.Out(Logs::General, Logs::Error, "Error in ExportSpells query '%s' %s", query.c_str(), results.ErrorMessage().c_str()); } fclose(f);