diff --git a/assets/editor-scripts.js b/assets/editor-scripts.js index c31eeb2..6ec46e3 100644 --- a/assets/editor-scripts.js +++ b/assets/editor-scripts.js @@ -5,7 +5,6 @@ window.addEventListener('load', (e) => { } const observer = new MutationObserver((mutations, observer) => { - console.log('mudou'); const actionRegisterPostSection = eefElementorPanelEditor.querySelector('.elementor-control-eef-register-post-section'); if (!actionRegisterPostSection) { return;