From 6ce4828fc6020f0919844bb43567d9a9e07c6455 Mon Sep 17 00:00:00 2001 From: muzam1l Date: Tue, 5 Jul 2022 16:25:15 +0530 Subject: [PATCH] Remove console logs --- components/RunScript/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/RunScript/index.tsx b/components/RunScript/index.tsx index da07f53..09c0f37 100644 --- a/components/RunScript/index.tsx +++ b/components/RunScript/index.tsx @@ -213,7 +213,6 @@ const RunScript: React.FC<{ file: IFile }> = ({ file: { content, name } }) => { {Object.keys(fields).map(key => { const { name, value, type, description } = fields[key]; - console.log(value) const isAccount = type?.startsWith("Account"); const isAccountSecret =