Remove Crashlytics debug

This commit is contained in:
Yegor Vialov
2020-02-11 12:57:31 +00:00
parent b750417415
commit f26f3e87c7
2 changed files with 1 additions and 4 deletions

View File

@ -131,7 +131,6 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
}
});
eventBus.fire(RefreshDataFinishedEvent());
throw new Exception("There is an error thrown specifically for Crashlitycs reporting test!");
}
@override