File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/app/components/StateRoute/PerformanceVisx Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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 ( ) }
You can’t perform that action at this time.
0 commit comments