Skip to content

Commit 7c2d810

Browse files
caitlinchan23Nkmailind-taniartviner
committed
deleted console logs
Co-authored-by: Nkmai <[email protected]> Co-authored-by: lind-tania <[email protected]> Co-authored-by: rtviner <[email protected]> Co-authored-by: caitlinchan23 <[email protected]>
1 parent 9600743 commit 7c2d810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/components/PerformanceVisx.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@ const getPerfMetrics = (snapshots, snapshotsIds): {} => {
9191
const PerformanceVisx = (props: BarStackProps) => {
9292
// hook used to dispatch onhover action in rect
9393
const { width, height, snapshots, hierarchy } = props;
94-
console.log('height in PerfVisx: ', height);
94+
9595
const [isToggled, setIsToggled] = useState('barStack');
9696
const toggleView = () => {
97-
console.log('view was changed')
9897
isToggled === 'frequencyCards' ? setIsToggled('barStack') : setIsToggled('frequencyCards');
9998
}
10099
// filter and structure incoming data for VISX

0 commit comments

Comments
 (0)