From ed15ce92b6759fb378956ee49cccacc6613288ec Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" Date: Tue, 22 Nov 2022 12:50:59 +0300 Subject: [PATCH] Chat Updates & Stability --- lib/ui/landing/dashboard_screen.dart | 2 -- 1 file changed, 2 deletions(-) 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