Cleaning console.log

This commit is contained in:
Adolfo Reyna
2023-10-23 20:08:28 -04:00
parent d4410c5715
commit dc52f57424
3 changed files with 12 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ let NewPostView = (props) => {
const navigation = useNavigation();
useEffect(() => {
console.log(props)
//console.log(props)
let subscribed = true;
const getProfileData = async () => {
if (!props.route.params?.toProfile) return 0;