Skip to content

Commit

Permalink
fix: remove console.log statement in FetchForm.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Erslev Milfred committed Nov 15, 2023
1 parent 51438da commit 643e4ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions components/FetchForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ async function submit(localProps) {
},
});
console.log(localProps);
if (localProps.action) {
const actionURL = new URL(localProps.action, 'https://example.com');
let formData = $el.value?.formData ? $el.value.formData() : new FormData($el.value);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@limbo-works/fetch-form",
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "./nuxt.config.js",
"scripts": {
"dev": "nuxi dev .playground",
Expand Down

0 comments on commit 643e4ed

Please sign in to comment.