Skip to content

Commit

Permalink
Merge pull request #2368 from dafriend/Email-minor-rev
Browse files Browse the repository at this point in the history
Remove log_message from Email::__construct
  • Loading branch information
MGatner authored Oct 28, 2019
2 parents a424b3e + 2650107 commit 8076d73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/Email/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ public function __construct($config = null)
{
$this->initialize($config);
isset(static::$func_overload) || static::$func_overload = (extension_loaded('mbstring') && ini_get('mbstring.func_overload'));
log_message('info', 'Email Class Initialized');
}
//--------------------------------------------------------------------
/**
Expand Down

0 comments on commit 8076d73

Please sign in to comment.