Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kamrul-bd authored and pxpm committed Jul 15, 2024
1 parent e6270b6 commit 558b81e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resources/views/crud/fields/checklist.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
@bassetBlock('backpack/crud/fields/checklist-field.js')
<script>
function bpFieldInitChecklist(element) {
console.log('element', element);
var hidden_input = element.find('input[type=hidden]');
var selected_options = JSON.parse(hidden_input.val() || '[]');
var checkboxes = element.find('#checkbox-wrapper :input[type=checkbox]');
Expand Down

0 comments on commit 558b81e

Please sign in to comment.