removing unecessary space line

This commit is contained in:
Antoine M 2023-11-15 16:46:11 +01:00
parent 085ffdadad
commit 259b704253

View File

@ -23,7 +23,6 @@ export default function Edit({ attributes, setAttributes, ...props }) {
} }
function onRelatedPostChange(chapterLinkRelatedPost) { function onRelatedPostChange(chapterLinkRelatedPost) {
console.log(chapterLinkRelatedPost);
setAttributes({ chapterLinkRelatedPost }); setAttributes({ chapterLinkRelatedPost });
} }