Skip to content

Commit

Permalink
Merge pull request #85 from puzzledmonkey/patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary console.log
  • Loading branch information
ctessier authored Dec 13, 2022
2 parents 48e8d61 + 87aa690 commit c0fd2fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export default {
computed: {
files() {
console.log(this.file);
return this.file ? [this.file] : []
},
Expand Down

0 comments on commit c0fd2fb

Please sign in to comment.