@@ -31,14 +31,5 @@ class UpdateButton extends ButtonDataTableModalAction implements ClientArea
parent::initContent();
$this->initIds('updateDiskButton');
$this->initLoadModalAction(new UpdateModal());
-
- logModuleCall(
- 'proxmoxCloud',
- __FUNCTION__,
- $this,
- 'Debug',
- $this->getHtmlAttributes()
- );
}