From 30add0fd3c2e5651a325414ecbdf4c531100d79a Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 17 May 2022 12:20:39 +0200 Subject: [PATCH] fix(ui): rm consolelog --- .../Dashboard/components/DashboardModal/DashboardModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/app/components/Dashboard/components/DashboardModal/DashboardModal.tsx b/frontend/app/components/Dashboard/components/DashboardModal/DashboardModal.tsx index 719729432..851a103a2 100644 --- a/frontend/app/components/Dashboard/components/DashboardModal/DashboardModal.tsx +++ b/frontend/app/components/Dashboard/components/DashboardModal/DashboardModal.tsx @@ -26,7 +26,6 @@ function DashboardModal(props) { if (dashboard.exists()) { await dashboardStore.fetch(dashboard.dashboardId) } - console.log(syncedDashboard, history, siteId, withSiteId(`/dashboard/${syncedDashboard.dashboardId}`, siteId)) dashboardStore.selectDashboardById(syncedDashboard.dashboardId); history.push(withSiteId(`/dashboard/${syncedDashboard.dashboardId}`, siteId)) })