From 2624770ceaa045c783e65daa20cd4c92f17a3cdc Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 16 Jan 2024 11:56:57 -0500 Subject: [PATCH] Remove debug from collapsible-section --- chrome/content/zotero/elements/collapsibleSection.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/elements/collapsibleSection.js b/chrome/content/zotero/elements/collapsibleSection.js index 4221232584..b65613fa51 100644 --- a/chrome/content/zotero/elements/collapsibleSection.js +++ b/chrome/content/zotero/elements/collapsibleSection.js @@ -311,7 +311,6 @@ if (!this._listenerAdded && this._head?.nextSibling) { this._head.nextSibling.addEventListener('transitionend', () => { - Zotero.debug('Animation done; height is ' + this._head.nextSibling.scrollHeight); this.style.setProperty('--open-height', 'auto'); }); this._listenerAdded = true;