Removed left over dump() from debugging.

Should fix issue #35.
This commit is contained in:
Jan Böhmer 2020-04-06 18:15:45 +02:00
parent a50fec2e8b
commit 5a733b3261
2 changed files with 0 additions and 3 deletions

View file

@ -269,7 +269,6 @@ abstract class BaseAdminController extends AbstractController
$this->commentHelper->setMessage($form['log_comment']->getData());
dump($new_entity);
$em->persist($new_entity);
$em->flush();
$this->addFlash('success', 'entity.created_flash');