We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cfcbb commit d9edf47Copy full SHA for d9edf47
src/app/components/StateRoute/ComponentMap/ComponentMap.tsx
@@ -100,8 +100,6 @@ export default function ComponentMap({
100
}
101
102
103
- console.log('size width height component map: ', sizeWidth, sizeHeight);
104
-
105
const {
106
tooltipData, // value/data that tooltip may need to render
107
tooltipLeft, // number used for tooltip positioning
@@ -169,9 +167,6 @@ export default function ComponentMap({
169
167
170
168
collectNodes(currentSnapshot);
171
172
- console.log('nodelist: ', nodeList);
173
- console.log('currentSnapshot component map: ', currentSnapshot);
174
175
// @ts
176
// find the node that has been selected and use it as the root
177
let startNode = null;
0 commit comments