Przeglądaj źródła

Bugfix: remove debug logging

andre 2 lat temu
rodzic
commit
582300c42e
1 zmienionych plików z 0 dodań i 8 usunięć
  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);