mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
ObjectPurgeHelper: remove comments
This commit is contained in:
parent
93222099ad
commit
7a9e7d163d
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user