Skip to content

Commit a6b5a25

Browse files
committed
cleanup
1 parent 1be4c67 commit a6b5a25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/object-auto-expand.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
const main = () => {
66
const EXPANDED_CLASS = `preview-head-expanded-${rnd()}`;
7-
debugger
87
const observer = new MutationObserver(() => {
98
const expandButtons = [...document.querySelectorAll('button[type=button] > span')]
109
.filter((el) => el.innerHTML === 'RAW')

0 commit comments

Comments
 (0)