Răsfoiți Sursa

debug accounts

andre 2 ani în urmă
părinte
comite
0dde0a35c6

+ 0 - 8
app/Hooks/ClientAreaPrimarySidebar.php

@@ -25,14 +25,6 @@ $hookManager->register(
             return;
         }
 
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $request->get('id'),
-            'Debug ID',
-            $request
-        );
-
         /**
          *
          */

+ 0 - 9
app/Services/ClientAreaSidebarService.php

@@ -40,15 +40,6 @@ class ClientAreaSidebarService
      */
     public function __construct($hostingId, \WHMCS\View\Menu\Item $primarySidebar)
     {
-
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $hostingId,
-            'Debug hostingID',
-            $primarySidebar
-        );
-
         $this->setHostingId($hostingId);
         $this->primarySidebar = $primarySidebar;
     }