From 259b704253abab45bf6c3d570731a90669286b84 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 15 Nov 2023 16:46:11 +0100 Subject: [PATCH] removing unecessary space line --- blocks/chapitrage-thematique/src/lien-chapitre/edit.js | 1 - 1 file changed, 1 deletion(-) 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 }); }