Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Feb 7, 2020
1 parent 3543b93 commit abfca74
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ public function transit(Transition $transition, Item $item, Context $context) :
*/
public function determineMatchingTransition(Item $item, Context $context) : ?Transition
{
\dump($this->workflow);

foreach ($this->transitionNames as $transitionName) {
$transition = $this->workflow->getTransition($transitionName);
if ($transition->isAllowed($item, $context)) {
Expand Down

0 comments on commit abfca74

Please sign in to comment.