removing error message that only appears in sim

This commit is contained in:
Roland Osborne 2023-04-25 09:36:19 -07:00
parent b8bdfdc009
commit 6791d56123

View File

@ -48,7 +48,7 @@ export function useAppContext() {
}
catch (err) {
console.log(err);
Alert.alert('FCM', err.toString());
//Alert.alert('FCM', err.toString());
}
}
catch (err) {