Skip to content

Commit d9edf47

Browse files
committed
removed excessive console logs
1 parent f6cfcbb commit d9edf47

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/components/StateRoute/ComponentMap/ComponentMap.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ export default function ComponentMap({
100100
}
101101
}
102102

103-
console.log('size width height component map: ', sizeWidth, sizeHeight);
104-
105103
const {
106104
tooltipData, // value/data that tooltip may need to render
107105
tooltipLeft, // number used for tooltip positioning
@@ -169,9 +167,6 @@ export default function ComponentMap({
169167

170168
collectNodes(currentSnapshot);
171169

172-
console.log('nodelist: ', nodeList);
173-
console.log('currentSnapshot component map: ', currentSnapshot);
174-
175170
// @ts
176171
// find the node that has been selected and use it as the root
177172
let startNode = null;

0 commit comments

Comments
 (0)