diff --git a/lib/ui/landing/dashboard_screen.dart b/lib/ui/landing/dashboard_screen.dart index 2de3310..3007c88 100644 --- a/lib/ui/landing/dashboard_screen.dart +++ b/lib/ui/landing/dashboard_screen.dart @@ -61,10 +61,8 @@ class _DashboardScreenState extends State { } void buildHubConnection() async { - logger.d("Connection In Progresssss"); hubConnection = await data.getHubConnection(); await hubConnection.start(); - logger.d("Connection Done"); } @override