Code cleanup
This commit is contained in:
parent
d98bf747f7
commit
4eea13334e
2 changed files with 0 additions and 5 deletions
|
|
@ -398,7 +398,6 @@ class CompanySettings extends BaseSettings
|
|||
'email_template_reminder2' => 'string',
|
||||
'email_template_reminder3' => 'string',
|
||||
'email_template_reminder_endless' => 'string',
|
||||
'enable_client_portal_password' => 'bool',
|
||||
'inclusive_taxes' => 'bool',
|
||||
'invoice_number_pattern' => 'string',
|
||||
'invoice_number_counter' => 'integer',
|
||||
|
|
|
|||
|
|
@ -46,8 +46,6 @@ class GmailTransport extends Transport
|
|||
$this->gmail = null;
|
||||
$this->gmail = new Mail;
|
||||
|
||||
nlog(array_keys($message->getBcc()));
|
||||
|
||||
/*We should nest the token in the message and then discard it as needed*/
|
||||
$token = $message->getHeaders()->get('GmailToken')->getValue();
|
||||
|
||||
|
|
@ -67,8 +65,6 @@ class GmailTransport extends Transport
|
|||
foreach ($message->getChildren() as $child)
|
||||
{
|
||||
|
||||
nlog("trying to attach");
|
||||
|
||||
if($child->getContentType() != 'text/plain')
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue