Remove unused code

This commit is contained in:
Kevin Kandlbinder 2021-04-12 13:00:05 +00:00 committed by GitHub
parent 1e89cccdc9
commit d542206091
9 changed files with 151 additions and 185 deletions

View file

@ -75,12 +75,6 @@ const ProjectTemplate = ({ data }) => {
</div>
</section>
: null}
{/*<section>
<div>
<pre>{JSON.stringify(data, null, 2)}</pre>
</div>
</section>*/}
</Layout>
);
}