remove consolelog
This commit is contained in:
parent
0289e7f1fd
commit
305ff1ba8c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue