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;