Skip to content

Commit ac88813

Browse files
committed
Remove debug
1 parent 2fbc1d9 commit ac88813

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Resources/views/storefront/components/factfinder/paging.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</ff-paging-item>
1414

1515
{% set queryParams = app.request.query.all %}
16-
{% dump(queryParams) %}
1716
{% for p in -1..1 %}
1817
{% set updatedParams = queryParams|filter((value, key) => key != 'page') %}
1918
{% set url = app.request.attributes.get('_route') ? path(app.request.attributes.get('_route'), updatedParams) : app.request.uri %}

0 commit comments

Comments
 (0)