Remove debug info statements from Email class

This commit is contained in:
Benjamin Beganović 2024-01-18 16:52:38 +01:00
parent c4ab87ade5
commit d5d73b4a13

View File

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