From 1e0a422626b73fda0c6f6a0b506d5cb05ddd8f04 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 21 Feb 2012 16:48:58 +0000 Subject: [PATCH] //remove debug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13513 b9a71923-0436-4b27-9f14-aed3839534dd --- 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(); }