Skip to content

Commit 1fcb083

Browse files
Update PerformanceVisx.tsx
1 parent 72b88fd commit 1fcb083

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/components/StateRoute/PerformanceVisx/PerformanceVisx.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,7 @@ const PerformanceVisx = (props: PerformanceVisxProps): JSX.Element => {
195195
}, [dispatch]);
196196

197197
const renderComparisonBargraph = () => {
198-
console.log('hierarchy', hierarchy);
199-
console.log('series', series);
200-
console.log('hierarchy && series !== false', hierarchy && series !== false);
201198
if (hierarchy && series !== false) {
202-
console.log('barGraphComparison triggered');
203199
return (
204200
<BarGraphComparison
205201
comparison={allStorage()}
@@ -212,7 +208,6 @@ const PerformanceVisx = (props: PerformanceVisxProps): JSX.Element => {
212208
/>
213209
);
214210
}
215-
console.log('barGraphComparisonActions triggered');
216211
return (
217212
<BarGraphComparisonActions
218213
comparison={allStorage()}

0 commit comments

Comments
 (0)