Skip to content

Commit

Permalink
fix: remove console.log from devtools integration
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Mar 11, 2023
1 parent 7f90bbc commit 3c2d51c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vee-validate/src/devtools.ts
Expand Up @@ -133,8 +133,7 @@ function setupApiHooks(api: DevtoolsPluginApi<Record<string, any>>) {
return;
}

const result = await SELECTED_NODE.validate();
console.log(result);
await SELECTED_NODE.validate();
},
},
{
Expand Down

0 comments on commit 3c2d51c

Please sign in to comment.