Skip to content

Commit a8415c7

Browse files
(removed) console.log
1 parent 63f7a25 commit a8415c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/StateRoute.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const StateRoute = (props: StateRouteProps) => {
4949
const { snapshot, hierarchy, snapshots, viewIndex } = props;
5050

5151
const isRecoil = snapshot.atomsComponents ? true : false;
52-
console.log(isRecoil);
5352
const [noRenderData, setNoRenderData] = useState(false);
5453

5554
// component map zoom state

0 commit comments

Comments
 (0)