Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriocomo committed Dec 3, 2024
1 parent e9c7142 commit 0ec6fdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/Foot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" });
Expand Down

0 comments on commit 0ec6fdc

Please sign in to comment.