Skip to content

Commit

Permalink
Removing forgotten dump
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Sep 18, 2020
1 parent b0ae3f6 commit 2f4b1fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Subscribers/AccountEntitySubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ public function onFlush(ORM\Event\OnFlushEventArgs $eventArgs): void

// Check all scheduled updates
foreach (array_merge($uow->getScheduledEntityInsertions(), $uow->getScheduledEntityUpdates()) as $object) {
var_dump(get_class($object));

if ($object instanceof Entities\Accounts\IUserAccount) {
/**
* If new account is without any role
Expand Down

0 comments on commit 2f4b1fc

Please sign in to comment.