From 3f5c166bec28f47a9b553eb9e6619b5893daa880 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Wed, 4 Jan 2023 15:22:50 +0100 Subject: [PATCH] qpc --- apps/web/pages/documents.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index bbf1f5e74..0639c6b87 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -8,8 +8,6 @@ import { SessionProvider } from "next-auth/react"; const DocumentsPage: NextPageWithLayout = () => { const { data: session } = useSession(); - console.log("Session:" + JSON.stringify(session)); - return <>This is the documents page; };