Skip to content

Commit

Permalink
Merge pull request #23 from TheDMSGroup/bug/notices
Browse files Browse the repository at this point in the history
Notices
  • Loading branch information
heathdutton authored Apr 3, 2018
2 parents 2033d0e + fc77d4e commit cc0193c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EventListener/LeadSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ public function postSaveAttributionCheck(LeadEvent $event)
if ($oldValue !== $newValue && $newValue === $lead->getAttribution()) {
$difference = $newValue - $oldValue;

if ($this->logger) {
$this->logger->debug('Found an attribution change of: '.$difference);
}
// if ($this->logger) {
// $this->logger->debug('Found an attribution change of: '.$difference);
// }

$campaign = $this->context ? $this->context->getCampaign() : null;
$actor = $this->context ? $this->context->getActor() : null;
Expand Down

0 comments on commit cc0193c

Please sign in to comment.