From 2d8de2cf78fe67ed0cb8e8043b800ed84a8bb150 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 21 Feb 2012 16:48:58 +0000 Subject: [PATCH] //remove debug --- controllers/admin/AdminCustomerThreadsController.php | 11 ----------- 1 file changed, 11 deletions(-) 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(); }