From b9dfed927bfc0ccaefb2cad556b400fc63845437 Mon Sep 17 00:00:00 2001 From: Iglocska Date: Fri, 18 Dec 2015 09:40:26 +0100 Subject: [PATCH] Removed debug --- app/Model/User.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Model/User.php b/app/Model/User.php index 251b20c86..5813b9e98 100755 --- a/app/Model/User.php +++ b/app/Model/User.php @@ -497,8 +497,6 @@ class User extends AppModel { // Just pass the user ID in an array that is the target of the e-mail along with the message body and the alternate message body if the message cannot be encrypted // the remaining two parameters are the e-mail subject and a secondary user object which will be used as the replyto address if set. If it is set and an encryption key for the replyTo user exists, then his/her public key will also be attached public function sendEmail($user, $body, $bodyNoEnc = false, $subject, $replyToUser = false) { - debug($user); - throw new Exception(); if (Configure::read('MISP.disable_emailing')) { $this->Log = ClassRegistry::init('Log'); $this->Log->create();