From 44fc667d253fca4319c9b166fe66b768aa04a610 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 21 Jan 2026 21:40:08 -0600 Subject: [PATCH] Remove debug code --- src/Navigation.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 632eff958e..817d69e332 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -981,7 +981,6 @@ function RoutesContainer({children}: React.PropsWithChildren<{}>) { } const onNavigationReady = useCallOnce(() => { - alert('test') prevLoggedRouteName.current = getCurrentRouteName() handlePushNotificationEntry()