diff --git a/assets/js/_custom.js b/assets/js/_custom.js index 39ea8ec5..52116550 100644 --- a/assets/js/_custom.js +++ b/assets/js/_custom.js @@ -30,7 +30,6 @@ const CustomJS = new (function () { CustomJS.init(); // It will be executed when the DOM tree is built. document.addEventListener('DOMContentLoaded', () => { - // Listen to any DOM change and automatically perform spacing via MutationObserver() console.log('DOMContentLoaded!') }); })();