@@ -181,14 +181,6 @@ class EditSettingDataProvider extends BaseDataProvider
}
$api->logout();
- logModuleCall(
- 'kerioEmail',
- __FUNCTION__,
- $result,
- 'Debug result update Kerio domainID: ' . $this->formData['domainid'],
- $this->actionElementId
- );
-
$dnsParams = array(
'maildomain' => $this->formData['editmaildomain'],
'mx' => $this->formData['editmxactive'],
@@ -181,14 +181,6 @@ class DnsHelper
array_push($zoneRecords, $record);
- $this->params,
- 'DEbug',
- $zoneRecords
$result = localAPI('dnsmanager' ,
array(
'dnsaction' => 'updateZone',