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

This commit is contained in:
Akkadius 2015-01-19 05:25:16 -06:00
parent 525a513871
commit 8cb8aed9b4

View File

@ -226,7 +226,6 @@ void ZoneDatabase::UpdatePetitionToDB(Petition* wpet) {
wpet->CheckedOut() ? 1: 0, wpet->GetID());
auto results = QueryDatabase(query);
if (!results.Success())
Log.Out(Logs::General, Logs::Error, "Error in UpdatePetitionToDB query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
}