소스 검색

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);