From 0c01512c5de5952329a3642641ae15d194ad8e17 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Fri, 31 Jan 2020 19:43:48 +0100 Subject: [PATCH] Remove logging --- src/Util/Emailer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Util/Emailer.php b/src/Util/Emailer.php index 66ebcc307d..19755bebda 100644 --- a/src/Util/Emailer.php +++ b/src/Util/Emailer.php @@ -45,12 +45,8 @@ class Emailer */ public function send(IEmail $email) { - $this->logger->debug('start emailing', ['email' => $email]); - Hook::callAll('emailer_send_prepare', $email); - $this->logger->debug('End Hook call', ['email' => $email]); - if (empty($email)) { return true; }