diff options
author | 2019-02-22 23:27:20 +0800 | |
---|---|---|
committer | 2019-02-22 23:27:20 +0800 | |
commit | ebebe53e29d95fe63cb2813bbfde79bfc5f9824c (patch) | |
tree | 150a5a9734b8eeb1ff7978855f8f835ce7aedcef /source/features/close-out-of-view-modals.tsx | |
parent | 5266873a9842c10797f8245b04e6f80a276c1e69 (diff) | |
download | refined-github-ebebe53e29d95fe63cb2813bbfde79bfc5f9824c.tar.gz refined-github-ebebe53e29d95fe63cb2813bbfde79bfc5f9824c.tar.zst refined-github-ebebe53e29d95fe63cb2813bbfde79bfc5f9824c.zip |
Drop console.log
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); }); |