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