Remove debug line

This commit is contained in:
Jackson Harper 2024-02-23 14:24:48 +08:00
parent 77e1602747
commit 2ff00497b9

View file

@ -973,8 +973,6 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
return true return true
}, [props]) }, [props])
console.log('props.fetchItemsError', props.fetchItemsError)
return ( return (
<VStack <VStack
css={{ css={{