diff --git a/frontend/src/views/DashboardPage/DashboardPage.tsx b/frontend/src/views/DashboardPage/DashboardPage.tsx index a31e46fbb..539d9fea7 100644 --- a/frontend/src/views/DashboardPage/DashboardPage.tsx +++ b/frontend/src/views/DashboardPage/DashboardPage.tsx @@ -99,7 +99,6 @@ const USER_ACTION_PUSH = "first_time_secrets_pushed"; */ export const DashboardPage = ({ envFromTop }: { envFromTop: string }) => { const { subscription } = useSubscription(); - console.log("dashboard sub: ", subscription); const { t } = useTranslation(); const router = useRouter(); const { createNotification } = useNotificationContext();