fix: not clearing local data when logging out while sync is running (#20646)

This commit is contained in:
Brandon Wees
2025-08-04 17:14:26 -05:00
committed by GitHub
parent 094e3a2757
commit 4d0c9172e5
2 changed files with 6 additions and 3 deletions

View File

@@ -83,7 +83,6 @@ Future<void> initApp() async {
};
PlatformDispatcher.instance.onError = (error, stack) {
debugPrint("FlutterError - Catch all: $error \n $stack");
log.severe('PlatformDispatcher - Catch all', error, stack);
return true;
};