remove dump message

This commit is contained in:
Julien Fastré 2018-04-30 17:30:28 +02:00
parent 4007353fe6
commit 397ea45a51

View File

@ -89,7 +89,5 @@ class TaskWorkflowManager implements SupportStrategyInterface
$definition = $this->getTaskWorkflowDefinition($task);
$task->setClosed($definition->isClosed($task));
dump($task);
}
}