diff --git a/src/app/components/Foot.tsx b/src/app/components/Foot.tsx index 8c16832..656f580 100644 --- a/src/app/components/Foot.tsx +++ b/src/app/components/Foot.tsx @@ -60,7 +60,6 @@ export const Footer = (props: Props): JSX.Element => { if (submitType === 'file') { //check application type - console.log('here', file?.type) const isNotApplicationTypeYaml = !isYamlFile(file) if (isNotApplicationTypeYaml) { notify(t("editor.filenotsupported"), { state: "error" });