瀏覽代碼

change test to slider for disk create

andre 4 年之前
父節點
當前提交
4a3e59bc36
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      app/UI/Disk/Buttons/UpdateButton.php

+ 0 - 9
app/UI/Disk/Buttons/UpdateButton.php

@@ -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()
-        );
-
     }
 }