diff options
Diffstat (limited to 'source/features/close-out-of-view-modals.tsx')
-rw-r--r-- | source/features/close-out-of-view-modals.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/features/close-out-of-view-modals.tsx b/source/features/close-out-of-view-modals.tsx index 30fe8bb9..3e7ae93e 100644 --- a/source/features/close-out-of-view-modals.tsx +++ b/source/features/close-out-of-view-modals.tsx @@ -12,7 +12,6 @@ function init() { // The `open` attribute is added after this handler is run, // so the selector is inverted delegate('.details-overlay:not([open]) > summary', 'click', event => { - console.log('will observe', event.delegateTarget.nextElementSibling) // What comes after <summary> is the dropdown observer.observe(event.delegateTarget.nextElementSibling); }); |