@@ -170,14 +170,6 @@ class DnsHelper
->where('name', '=', $this->params['domain'])
->get();
- logModuleCall(
- 'kerioEmail',
- __FUNCTION__,
- $this->params,
- 'Debug',
- $zoneIDcollection
- );
-
return $vars;
}