removing unused code

This commit is contained in:
Will Baumbach
2025-08-05 16:28:24 -05:00
parent 3dff86b296
commit bbe97b0640
2 changed files with 1 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import { SignOutButton } from '../components/SignOutButton'
export default function PostsScreen() {
const { user } = useUser()
console.log(user?.imageUrl)
return (
<>
<View style={styles.wrapper}>