Retrait de code de debug

This commit is contained in:
2024-12-16 18:26:06 +01:00
parent ed019a3ed4
commit a8182befe5
3 changed files with 1 additions and 3 deletions

View File

@ -42,7 +42,6 @@ export default function TrainScreen() {
const { hasShareIntent, shareIntent, resetShareIntent } = useShareIntentContext()
useEffect(() => {
console.log(hasShareIntent, shareIntent)
if (hasShareIntent) {
resetShareIntent()
if (!shareIntent.text || !shareIntent.text.includes("eurailapp.com/share"))