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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
};