summaryrefslogtreecommitdiff
path: root/source/features/close-out-of-view-modals.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <github@bfred.it> 2019-02-22 23:27:20 +0800
committerGravatar Federico Brigante <github@bfred.it> 2019-02-22 23:27:20 +0800
commitebebe53e29d95fe63cb2813bbfde79bfc5f9824c (patch)
tree150a5a9734b8eeb1ff7978855f8f835ce7aedcef /source/features/close-out-of-view-modals.tsx
parent5266873a9842c10797f8245b04e6f80a276c1e69 (diff)
downloadrefined-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.tsx1
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);
});