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