//remove debug

This commit is contained in:
vAugagneur
2012-02-21 16:48:58 +00:00
parent 7db057f8bd
commit 2d8de2cf78

View File

@@ -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();
}