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)) })