Skip to content

Commit ba41299

Browse files
authored
Update Tree.tsx
Removed console logs
1 parent 6e26efc commit ba41299

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/components/StateRoute/Tree.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ const Tree = (props: TreeProps) => {
4040
useEffect(() => {
4141
dispatch(setCurrentTabInApp('tree'));
4242
}, []);
43-
console.log(snapshots);
44-
console.log(currLocation);
43+
4544
return (
4645
<>
4746
{snapshot && (

0 commit comments

Comments
 (0)