diff --git a/packages/app-mobile/root.tsx b/packages/app-mobile/root.tsx index d931d1ef9..3b911c43e 100644 --- a/packages/app-mobile/root.tsx +++ b/packages/app-mobile/root.tsx @@ -755,8 +755,6 @@ async function initialize(dispatch: Function) { await runOnDeviceFsDriverTests(); } - dispatch({ type: 'SYNC_HAS_DISABLED_SYNC_ITEMS' }); - reg.logger().info('Application initialized'); }