mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Remove debug info statements from Email class
This commit is contained in:
parent
c4ab87ade5
commit
d5d73b4a13
@ -99,8 +99,6 @@ class Email implements ShouldQueue
|
|||||||
{
|
{
|
||||||
MultiDB::setDb($this->company->db);
|
MultiDB::setDb($this->company->db);
|
||||||
|
|
||||||
info('here 1');
|
|
||||||
|
|
||||||
$this->setOverride()
|
$this->setOverride()
|
||||||
->initModels()
|
->initModels()
|
||||||
->setDefaults()
|
->setDefaults()
|
||||||
@ -243,8 +241,6 @@ class Email implements ShouldQueue
|
|||||||
{
|
{
|
||||||
$this->mailable = new EmailMailable($this->email_object);
|
$this->mailable = new EmailMailable($this->email_object);
|
||||||
|
|
||||||
info('here 2');
|
|
||||||
|
|
||||||
return $this;
|
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);
|
$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! */
|
/* Attempt the send! */
|
||||||
try {
|
try {
|
||||||
nlog("Using mailer => ". $this->mailer. " ". now()->toDateTimeString());
|
nlog("Using mailer => ". $this->mailer. " ". now()->toDateTimeString());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user