diff --git a/apps/frontend/src/components/new-launch/editor.tsx b/apps/frontend/src/components/new-launch/editor.tsx
index a28284f6..d14e3d63 100644
--- a/apps/frontend/src/components/new-launch/editor.tsx
+++ b/apps/frontend/src/components/new-launch/editor.tsx
@@ -612,13 +612,6 @@ export const Editor: FC<{
id={id}
>
- {/*{validateChars &&*/}
- {/* props.value.length === 0 &&*/}
- {/* pictures?.length === 0 && (*/}
- {/*
*/}
- {/* Your post should have at least one character or one image.*/}
- {/*
*/}
- {/* )}*/}
- {/*
*/}
- {/*
*/}
- {/* {(props?.totalChars || 0) > 0 ? (*/}
- {/*
props.totalChars && '!text-red-500'*/}
- {/* )}*/}
- {/* >*/}
- {/* {valueWithoutHtml.length}/{props.totalChars}*/}
- {/*
*/}
- {/* ) : (*/}
- {/*
*/}
- {/* {selectedIntegration?.map((p) => (*/}
- {/*
*/}
- {/* chars?.[p.integration.id] &&*/}
- {/* '!text-red-500'*/}
- {/* }*/}
- {/* >*/}
- {/* {p.integration.name} ({capitalize(p.integration.identifier)}*/}
- {/* ):*/}
- {/*
*/}
- {/* chars?.[p.integration.id] &&*/}
- {/* '!text-red-500'*/}
- {/* }*/}
- {/* >*/}
- {/* {valueWithoutHtml.length}/{chars?.[p.integration.id]}*/}
- {/*
*/}
- {/* */}
- {/* ))}*/}
- {/*
*/}
- {/* )}*/}
- {/*
*/}
- {/*
*/}
);
};