From d5d73b4a13f23a38d657ce5ecfd241071d5e36c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 18 Jan 2024 16:52:38 +0100 Subject: [PATCH] Remove debug info statements from Email class --- app/Services/Email/Email.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/Services/Email/Email.php b/app/Services/Email/Email.php index d529eedf0b5a..cfe56bfb2f9e 100644 --- a/app/Services/Email/Email.php +++ b/app/Services/Email/Email.php @@ -99,8 +99,6 @@ class Email implements ShouldQueue { MultiDB::setDb($this->company->db); - info('here 1'); - $this->setOverride() ->initModels() ->setDefaults() @@ -243,8 +241,6 @@ class Email implements ShouldQueue { $this->mailable = new EmailMailable($this->email_object); - info('here 2'); - return $this; } @@ -268,10 +264,6 @@ class Email implements ShouldQueue $mailer->mailgun_config($this->client_mailgun_secret, $this->client_mailgun_domain, $this->client_mailgun_endpoint); } - info("here 4"); - info($this->mailable->view); - info(print_r($this->mailable)); - /* Attempt the send! */ try { nlog("Using mailer => ". $this->mailer. " ". now()->toDateTimeString());