Skip to content

Commit

Permalink
remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Dec 4, 2024
1 parent 73074a2 commit 7962a30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Service/SynchronizationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,7 @@ public function synchronizeContract(SynchronizationContract $synchronizationCont
// The object has not changed and the config has not been updated since last check
return $synchronizationContract;
}
var_dump($originHash === $synchronizationContract->getOriginHash(), $originHash, $synchronizationContract->getOriginHash());


// The object has changed, oke let do mappig and bla die bla
$synchronizationContract->setOriginHash($originHash);
$synchronizationContract->setSourceLastChanged(new DateTime());
Expand Down

0 comments on commit 7962a30

Please sign in to comment.