From aaa359375c3b0b15058cf95083601ba15c3a11e0 Mon Sep 17 00:00:00 2001 From: thomasgross Date: Mon, 25 Nov 2024 16:50:15 +0100 Subject: [PATCH] fix: ci check issues --- components/pages/workPageLayout/WorkPageLayout.tsx | 2 -- components/shared/publizonPlayer/PublizonPlayer.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/components/pages/workPageLayout/WorkPageLayout.tsx b/components/pages/workPageLayout/WorkPageLayout.tsx index a25dcabb..5742ce14 100644 --- a/components/pages/workPageLayout/WorkPageLayout.tsx +++ b/components/pages/workPageLayout/WorkPageLayout.tsx @@ -20,8 +20,6 @@ function WorkPageLayout({ wid }: { wid: string }) { const manifestations = data?.work?.manifestations.all - console.log(manifestations) - const identifier = manifestations?.[0].identifiers?.[0].value || "" const url = resolveUrl({ diff --git a/components/shared/publizonPlayer/PublizonPlayer.tsx b/components/shared/publizonPlayer/PublizonPlayer.tsx index 6cd6ed97..431495b8 100644 --- a/components/shared/publizonPlayer/PublizonPlayer.tsx +++ b/components/shared/publizonPlayer/PublizonPlayer.tsx @@ -37,8 +37,6 @@ const Player = ({ type, orderId, identifier }: ReaderType) => { } if (type === "demo") { - console.log(identifier) - return (