Rem debug code
This commit is contained in:
parent
18b9253bcb
commit
5eddd13fe2
|
|
@ -205,7 +205,6 @@ class MailManager
|
|||
|
||||
public function renderPartial($code, array $params = [])
|
||||
{
|
||||
traceLog($params);
|
||||
if (!$partial = MailPartial::findOrMakePartial($code)) {
|
||||
return '<!-- Missing partial: '.$code.' -->';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue