From 1cf65aca1bffe6e0ff860a5375a0bc9f8cdf9e54 Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Tue, 27 Jun 2023 17:46:36 +0700 Subject: [PATCH] Remove print statement --- frontend/src/views/DashboardPage/DashboardPage.tsx | 1 - 1 file changed, 1 deletion(-) 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();