Remove console logs

This commit is contained in:
muzam1l
2022-07-05 16:25:15 +05:30
parent bb0a246ae5
commit 6ce4828fc6

View File

@@ -213,7 +213,6 @@ const RunScript: React.FC<{ file: IFile }> = ({ file: { content, name } }) => {
<Stack css={{ width: "100%" }}>
{Object.keys(fields).map(key => {
const { name, value, type, description } = fields[key];
console.log(value)
const isAccount = type?.startsWith("Account");
const isAccountSecret =