Removing misc comments

This commit is contained in:
efarooqui
2021-04-30 17:49:59 -07:00
parent 123ed80d74
commit 604ff44ff2
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class TimelineCategories extends React.Component {
) {
return null;
}
console.info(this.props.getCategoryY(cat));
return (
<>
<g

View File

@@ -314,7 +314,7 @@ class Timeline extends React.Component {
}
const { category } = event;
console.info(event);
if (GRAPH_NONLOCATED && GRAPH_NONLOCATED.categories.includes(category)) {
const { project } = event;
return (