diff --git a/src/components/customerCases/customerCase/sections/list/ListBlock.tsx b/src/components/customerCases/customerCase/sections/list/ListBlock.tsx index fe87cc177..cdec16678 100644 --- a/src/components/customerCases/customerCase/sections/list/ListBlock.tsx +++ b/src/components/customerCases/customerCase/sections/list/ListBlock.tsx @@ -8,7 +8,6 @@ export interface ListBlockProps { } export default function ListBlock({ section }: ListBlockProps) { - console.log(section); return ( section.description && (