remove console.log

This commit is contained in:
Clément Le Bihan
2022-03-04 16:30:56 +01:00
parent 8371e61f2e
commit 3ff0a4993d
@@ -56,7 +56,6 @@ export const PipelineAREACard = ({
}: PipelineAREACardProps) => {
const [expanded, setExpanded] = useState<boolean>(false);
const languageUid = i18next.resolvedLanguage;
console.log(AREA);
return (
<Card sx={style}>