Skip to content

Commit 748e5c7

Browse files
authored
Merge pull request #16 from zelti/fix/remove-dump
fix: Remove dump
2 parents c0981d4 + c6929b4 commit 748e5c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
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)