ObjectPurgeHelper: remove comments

This commit is contained in:
Thomas Gelf 2021-04-15 08:44:18 +02:00
parent 93222099ad
commit 7a9e7d163d
1 changed files with 0 additions and 2 deletions

View File

@ -80,11 +80,9 @@ class ObjectPurgeHelper
} else {
$object = $class::load($keyProperties->$keyColumn, $this->db);
}
// $object->markForRemoval();
$object->delete();
}
$db->commit();
// DirectorActivityLog::logRemoval($this, $this->connection);
}
public static function listObjectTypesAvailableForPurge()