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 =