From 72584e49d6b6202cca70bb7e2e309a429da12b2f Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:26:43 +0530 Subject: [PATCH] [auth] Clean up log --- auth/lib/app/view/app.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/auth/lib/app/view/app.dart b/auth/lib/app/view/app.dart index 405ab977ab..37967d75a6 100644 --- a/auth/lib/app/view/app.dart +++ b/auth/lib/app/view/app.dart @@ -103,7 +103,6 @@ class _AppState extends State @override Future didChangeAppLifecycleState(AppLifecycleState state) async { - debugPrint("AppLifecycleState: $state"); if (state == AppLifecycleState.resumed) { if (Configuration.instance.hasConfiguredAccount()) { AuthenticatorService.instance.onlineSync().ignore();