mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
Remove Duplicative MySQL Error: Error in DeletePetitionFromDB query '%s': %s
This commit is contained in:
parent
6cd08b8f27
commit
8df0ec05e1
@ -213,7 +213,6 @@ void ZoneDatabase::DeletePetitionFromDB(Petition* wpet) {
|
||||
std::string query = StringFormat("DELETE FROM petitions WHERE petid = %i", wpet->GetID());
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
Log.Out(Logs::General, Logs::Error, "Error in DeletePetitionFromDB query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user