chore: 🔥 remove error_log

This commit is contained in:
IceToast 2023-06-04 16:08:47 +02:00
parent 83e153058c
commit 957da3dc78

View file

@ -214,7 +214,6 @@
class="custom-select w-100"
name="{{ $key }}">
@if ($value['identifier'] == 'display')
{{ error_log($key . 'True, IAM A DISPLAY') }}
@foreach ($value['options'] as $option => $display)
<option value="{{ $display }}"
{{ $value['value'] == $display ? 'selected' : '' }}>