Skip to content

Commit 06726c4

Browse files
committed
removed console logs
1 parent d8e5dec commit 06726c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/components/StateRoute/Tree.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ const Tree = (props: TreeProps) => {
5252
dispatch(setCurrentTabInApp('history'));
5353
}, []);
5454

55-
console.log('props:', props);
56-
// console.log('snapshot:', snapshot);
57-
// console.group('store:', store);
5855
return (
5956
<>
6057
{snapshot && (

0 commit comments

Comments
 (0)