Remove logging
This commit is contained in:
parent
9ba8735b4a
commit
0c01512c5d
|
@ -45,12 +45,8 @@ class Emailer
|
||||||
*/
|
*/
|
||||||
public function send(IEmail $email)
|
public function send(IEmail $email)
|
||||||
{
|
{
|
||||||
$this->logger->debug('start emailing', ['email' => $email]);
|
|
||||||
|
|
||||||
Hook::callAll('emailer_send_prepare', $email);
|
Hook::callAll('emailer_send_prepare', $email);
|
||||||
|
|
||||||
$this->logger->debug('End Hook call', ['email' => $email]);
|
|
||||||
|
|
||||||
if (empty($email)) {
|
if (empty($email)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue