/**
  * {@inheritDoc}
  */
 public function removeLog(\Mautic\CampaignBundle\Entity\LeadEventLog $log)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeLog', array($log));
     return parent::removeLog($log);
 }