Browse Source

new info form

andre 5 months ago
parent
commit
e73f946c42
1 changed files with 0 additions and 10 deletions
  1. 0 10
      app/UI/Client/Setting/Forms/InfoForm.php

+ 0 - 10
app/UI/Client/Setting/Forms/InfoForm.php

@@ -37,16 +37,6 @@ class InfoForm extends BaseForm implements ClientArea
     private function initFields()
     {
 //        $message = di('lang')->absoluteT('dnsinfomessage');
-        $this->getFormData();
-
-            logModuleCall(
-                'kerioEmail',
-                __FUNCTION__,
-                $this->data,
-                'Debug Error',
-                $this->getFormData()
-            );
-
         $message = 'dnsinfomessage';
         $this->setConfirmMessage("DNS Information");
         $this->addInternalAlert($message, 'info', 100);