diff --git a/src/shared/prerendered-app/Intro/index.tsx b/src/shared/prerendered-app/Intro/index.tsx index 00cd75c3..a8d0cf98 100644 --- a/src/shared/prerendered-app/Intro/index.tsx +++ b/src/shared/prerendered-app/Intro/index.tsx @@ -103,16 +103,6 @@ export default class Intro extends Component { ); }); } - - // TODO: remove this - const demo = demos[3]; - fetch(demo.url) - .then((r) => r.blob()) - .then((blob) => - this.props.onFile!( - new File([blob], demo.filename, { type: blob.type }), - ), - ); } componentWillUnmount() {