diff --git a/controllers/admin/AdminCustomerThreadsController.php b/controllers/admin/AdminCustomerThreadsController.php index 0f3c16e51..252e1dceb 100644 --- a/controllers/admin/AdminCustomerThreadsController.php +++ b/controllers/admin/AdminCustomerThreadsController.php @@ -405,17 +405,6 @@ class AdminCustomerThreadsControllerCore extends AdminController $this->errors[] = Tools::displayError('An error occurred, your message was not sent. Please contact your system administrator.'); } } - - /* -if (Tools::isSubmit('submitGeneral'.$this->table)) - { - p($_POST); - - die('toto'); - //PS_SAV_IMAP_OPT - } -*/ - return parent::postProcess(); }