Removing extraneous comment

This commit is contained in:
efarooqui
2021-05-11 21:24:06 -07:00
parent 8abe017785
commit 0430ecbe02

View File

@@ -107,7 +107,6 @@ class Timeline extends React.Component {
const catsYpos = categories.map((g, i) => {
return (i + 1) * catHeight + marginTop + extraPadding / 2;
});
// const catMap = categories.map((c) => c.title);
return (cat) => {
const idx = categories.indexOf(cat);