瀏覽代碼

Bugfix: remove debug logging

andre 2 年之前
父節點
當前提交
582300c42e
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      app/UI/Client/Ressource/Pages/Ressources.php

+ 0 - 8
app/UI/Client/Ressource/Pages/Ressources.php

@@ -180,14 +180,6 @@ class Ressources extends DataTable implements ClientArea
             $data[] = $ressourceArray;
         }
 
-        logModuleCall(
-            'zimbraEmail',
-            __FUNCTION__,
-            $ressources,
-            'Debug Ressource',
-            $data
-        );
-    
         $dataProv = new ArrayDataProvider();
         $dataProv->setDefaultSorting('ressource', 'ASC')->setData($data);