diff --git a/blocks/chapitrage-thematique/src/lien-chapitre/edit.js b/blocks/chapitrage-thematique/src/lien-chapitre/edit.js index 293ce05..9b15fad 100644 --- a/blocks/chapitrage-thematique/src/lien-chapitre/edit.js +++ b/blocks/chapitrage-thematique/src/lien-chapitre/edit.js @@ -23,7 +23,6 @@ export default function Edit({ attributes, setAttributes, ...props }) { } function onRelatedPostChange(chapterLinkRelatedPost) { - console.log(chapterLinkRelatedPost); setAttributes({ chapterLinkRelatedPost }); }