Преглед изворни кода

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