diff --git a/menu.js b/menu.js index 1e9bd93..3a222f1 100644 --- a/menu.js +++ b/menu.js @@ -57,9 +57,6 @@ export default function Menu({ // AS.setItem("stationListMode", "position"); }); }, []); - useEffect(()=>{ - alert(`height:${height}, width:${width}, bottom:${bottom}, left:${left}, right:${right}, top:${top}, tabBarHeight:${tabBarHeight}`); - }, [height, width, bottom, left, right, top, tabBarHeight]) const mapsRef = useRef(null); const returnToTop = (bool = true) => { scrollRef.current.scrollTo({