Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Oct 7, 2024
1 parent aa37321 commit 8a79d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/upload.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class="{{ $attributes->get('class') }}"
$dispatch('filepond-upload-reverted', {'attribute' : '{{ $wireModelAttribute }}'});
},
remove: async (file, load) => {
console.log(file);
await @this.remove('{{ $wireModelAttribute }}', file.name);
load();
$dispatch('filepond-upload-file-removed', {'attribute' : '{{ $wireModelAttribute }}'});
Expand Down

0 comments on commit 8a79d6e

Please sign in to comment.