Browse Source

remove debug

andre 4 năm trước cách đây
mục cha
commit
6cd37be4fe
1 tập tin đã thay đổi với 0 bổ sung9 xóa
  1. 0 9
      app/UI/Vms/Pages/VmsDataTable.php

+ 0 - 9
app/UI/Vms/Pages/VmsDataTable.php

@@ -164,15 +164,6 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
         $dataProv->setDefaultSorting("name", 'ASC');
         $dataProv->setData($query);
         $this->setDataProvider($dataProv);
-        
-        logModuleCall(
-            'proxmoxCloud',
-            __FUNCTION__,
-            $this,
-            'Debug',
-            ''
-        );
-
     }
 
     public function isViewFooter()