mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Remove print statement
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user