mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ObjectPurgeHelper: remove comments
This commit is contained in:
parent
93222099ad
commit
7a9e7d163d
@ -80,11 +80,9 @@ class ObjectPurgeHelper
|
|||||||
} else {
|
} else {
|
||||||
$object = $class::load($keyProperties->$keyColumn, $this->db);
|
$object = $class::load($keyProperties->$keyColumn, $this->db);
|
||||||
}
|
}
|
||||||
// $object->markForRemoval();
|
|
||||||
$object->delete();
|
$object->delete();
|
||||||
}
|
}
|
||||||
$db->commit();
|
$db->commit();
|
||||||
// DirectorActivityLog::logRemoval($this, $this->connection);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function listObjectTypesAvailableForPurge()
|
public static function listObjectTypesAvailableForPurge()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user