mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
Remove dumps
This commit is contained in:
@@ -447,7 +447,6 @@ final class ActivityController extends AbstractController
|
||||
}
|
||||
|
||||
if (\array_key_exists('comment', $activityData) && $activityType->getCommentVisible() > 0) {
|
||||
dump($activityData['comment']);
|
||||
$comment = new CommentEmbeddable();
|
||||
$comment->setComment($activityData['comment']);
|
||||
$comment->setUserId($this->security->getUser()->getId());
|
||||
|
Reference in New Issue
Block a user