Remove Duplicative MySQL Error: Error in ExportSpells query '%s' %s

This commit is contained in:
Akkadius 2015-01-19 05:24:38 -06:00
parent 56a4459aa8
commit 53dce15822

View File

@ -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);