diff --git a/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx index d650f543c..bd28aad11 100644 --- a/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx +++ b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx @@ -1,7 +1,6 @@ import { Textarea } from "../../../../../../../components/ui/textarea"; export default function ErrorOutput({ value }: { value: string }) { - console.log(value); return (