Skip to content

Commit 02d08bd

Browse files
committed
removed a few stray console logs
1 parent 29151a7 commit 02d08bd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ export default function ComponentMap({
296296
) <
297297
aspect
298298
) {
299-
console.log(aspect);
300299
//assign a new lowest percentage if one is found
301300
aspect =
302301
Math.abs(
@@ -441,7 +440,6 @@ export default function ComponentMap({
441440
</Group>
442441
);
443442
})}
444-
{console.log(nodeCoords)}
445443
</Group>
446444
)}
447445
</Tree>

src/app/containers/MainContainer.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ function MainContainer(): JSX.Element {
9898
break;
9999
}
100100
case 'changeTab': {
101-
console.log(
102-
'MainContainer is dispatching this payload to the mainSlice setTab reducer: ',
103-
payload,
104-
);
105101
dispatch(setTab(payload));
106102
break;
107103
}

0 commit comments

Comments
 (0)