From 3c2d51c56f80918ef6644b034594df1a3e81eb03 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Sat, 11 Mar 2023 04:03:33 +0200 Subject: [PATCH] fix: remove console.log from devtools integration --- packages/vee-validate/src/devtools.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/vee-validate/src/devtools.ts b/packages/vee-validate/src/devtools.ts index 2f4e3c01e..20ceb8033 100644 --- a/packages/vee-validate/src/devtools.ts +++ b/packages/vee-validate/src/devtools.ts @@ -133,8 +133,7 @@ function setupApiHooks(api: DevtoolsPluginApi>) { return; } - const result = await SELECTED_NODE.validate(); - console.log(result); + await SELECTED_NODE.validate(); }, }, {