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

This commit is contained in:
Akkadius
2015-01-19 05:25:26 -06:00
parent 7bf57fca87
commit 2ef9e342f7
-1
View File
@@ -270,7 +270,6 @@ void ZoneDatabase::RefreshPetitionsFromDB()
"FROM petitions ORDER BY petid";
auto results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in RefreshPetitionsFromDB query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return;
}