Skip to content

Commit 4b08bc9

Browse files
authored
Delete console log
1 parent 12fb56c commit 4b08bc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/StateRoute/StateRoute.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const StateRoute = (props: StateRouteProps) => {
2525
const { snapshot, hierarchy, snapshots, viewIndex, webMetrics, currLocation } = props;
2626
const [{ tabs, currentTab }, dispatch] = useStoreContext();
2727
const { hierarchy, sliderIndex, viewIndex } = tabs[currentTab];
28-
console.log()
2928

3029
// Map
3130
const renderComponentMap = () => {

0 commit comments

Comments
 (0)