Skip to content

Commit 9355ffd

Browse files
committed
Bug: Delete Debugbar message
1 parent 93858d9 commit 9355ffd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Views/tickets/partials/comments/new_in_createedit_ticket_form.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
</option>
4242
@endforeach
4343
</select>
44-
@php \Debugbar::info($a_current) @endphp
4544
<select class="form-control reply_recipients" name="comment_x_recipients[]" class="form-control" multiple="multiple" style="display: none; width: 100%" disabled="disabled">
4645
@foreach ($c_members->filter(function($q)use($u){ return $q->id != $u->id; }) as $member)
4746
<option value="{{ $member->id }}" {{ in_array($member->id, $a_notifications['reply']) ? 'selected="selected"' : '' }}>{{ $member->name . ($member->email == "" ? ' ' . trans('panichd::lang.ticket-owner-no-email') : ' - ' . $member->email) }}

0 commit comments

Comments
 (0)