diff options
-rw-r--r-- | addon/index.mjs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/addon/index.mjs b/addon/index.mjs index 4de11e0..d138775 100644 --- a/addon/index.mjs +++ b/addon/index.mjs | |||
@@ -43,11 +43,3 @@ if (!document.querySelector('.Dumby')) { | |||
43 | autoMap: true, | 43 | autoMap: true, |
44 | }) | 44 | }) |
45 | } | 45 | } |
46 | |||
47 | new window.MutationObserver((ms) => { | ||
48 | for (const m of ms) { | ||
49 | console.log(m) | ||
50 | } | ||
51 | }).observe(document.querySelector('#doc'), { | ||
52 | childList: true, | ||
53 | }) | ||