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