mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
Removing misc comments
This commit is contained in:
@@ -34,7 +34,7 @@ class TimelineCategories extends React.Component {
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
console.info(this.props.getCategoryY(cat));
|
||||
|
||||
return (
|
||||
<>
|
||||
<g
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user