Skip to content

Commit 8316d9f

Browse files
authored
Merge pull request #33 from Janice38/bugfix/dump
bugfix: remove dump
2 parents 64b4f43 + 7ae883e commit 8316d9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Synolia/Bundle/FavoriteBundle/Handler/FavoriteButtonAjaxHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ private function create(Product $product, CustomerUser $user): array
5959
->setOrganization($user->getOrganization());
6060

6161
$this->entityManager->persist($favorite);
62-
dump($favorite);
6362
$this->entityManager->flush();
6463

6564
return [

0 commit comments

Comments
 (0)