diff --git a/cms/lib/desk/Preview.tsx b/cms/lib/desk/Preview.tsx index b0bd2850..1c3e6882 100644 --- a/cms/lib/desk/Preview.tsx +++ b/cms/lib/desk/Preview.tsx @@ -23,7 +23,6 @@ export const Preview = (context: DeskToolContextValue) => { return

Preview not supported for this content type

; } - console.log(process.env); const base = process.env.MODE === 'development' ? 'http://localhost:4321'