@@ -21,7 +21,6 @@ class TagService
foreach($tags as $tag) {
$this->em->remove($tag);
}
- dump($tags);
$this->em->flush();