@@ -69,14 +69,6 @@ class UsageUpdate extends AddonController
Whmcs\Hosting::where('server', $serverId)->where('domain', $domainName)->update(['bwusage' => $mailboxes]);
Whmcs\Hosting::where('server', $serverId)->where('domain', $domainName)->update(['diskusage' => $storage]);
- logModuleCall(
- 'kerioEmail',
- __FUNCTION__,
- $mailboxes,
- 'Debug UsageUpdate',
- $storage
- );
-
usleep(5000);
}
catch (\Exception $ex)