Skip to content

Commit

Permalink
Remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 23, 2023
1 parent 8432c76 commit fd2d217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/BookController.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function index(Request $request, Book $book, string $slug, BookSuggestion
$keys = array_filter(array_keys($serie), static fn ($key) => is_numeric($key));

$serieMax = max($keys);
dump($serieMax);
}

return $this->render('book/index.html.twig', [
Expand Down

0 comments on commit fd2d217

Please sign in to comment.