Skip to content

Commit 6e31b16

Browse files
committed
fix: removed dump()
1 parent ca5b83e commit 6e31b16

File tree

1 file changed

+0
-2
lines changed
  • phpmyfaq/assets/templates/default

1 file changed

+0
-2
lines changed

phpmyfaq/assets/templates/default/ask.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
</label>
5656
<div class="col-sm-9">
5757
<select name="category" class="form-select" id="category" {{ id5_required }}>
58-
{{ dump(categories) }}
59-
6058
{% for cat in categories %}
6159
{% set indent = '...' | repeat(cat.indent) %}
6260
<option value="{{ cat.id }}" {% if cat.id in categories %}selected{% endif %}>

0 commit comments

Comments
 (0)