From f2f5e03a54702402bc23ab2b7fbcf016322ab1dd Mon Sep 17 00:00:00 2001
From: M <m@cakewallet.com>
Date: Mon, 10 May 2021 19:35:57 +0300
Subject: [PATCH] Update dashboard_page.dart

---
 lib/src/screens/dashboard/dashboard_page.dart | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/src/screens/dashboard/dashboard_page.dart b/lib/src/screens/dashboard/dashboard_page.dart
index a517a4da2..400b34060 100644
--- a/lib/src/screens/dashboard/dashboard_page.dart
+++ b/lib/src/screens/dashboard/dashboard_page.dart
@@ -188,8 +188,7 @@ class DashboardPage extends BasePage {
           final url = await walletViewModel.wyreViewModel.wyreUrl;
           await Navigator.of(context).pushNamed(Routes.wyre, arguments: url);
           walletViewModel.isRunningWebView = false;
-        } catch(e) {
-          print(e.toString());
+        } catch(_) {
           walletViewModel.isRunningWebView = false;
         }
         break;