diff --git a/src/forge/Information/Pages/newsDetail.jsx b/src/forge/Information/Pages/newsDetail.jsx index 22e6136db..7865d17bf 100644 --- a/src/forge/Information/Pages/newsDetail.jsx +++ b/src/forge/Information/Pages/newsDetail.jsx @@ -14,8 +14,6 @@ function NewsDetail(props){ const [ content , setContent]=useState(undefined); const temp = props.temp - console.log(props.history.location) - useEffect(()=>{ if(id){ window.scrollTo(0,450);