瀏覽代碼

debug accounts

andre 2 年之前
父節點
當前提交
0dde0a35c6
共有 2 個文件被更改,包括 0 次插入17 次删除
  1. 0 8
      app/Hooks/ClientAreaPrimarySidebar.php
  2. 0 9
      app/Services/ClientAreaSidebarService.php

+ 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;
     }