commit 375b4341a620da7d0eb8fe87734af364167b9b4d parent 701a46ba84a37e54baa9130bd677f8e6db246ecb Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 11 Jul 2017 04:29:36 -0400 Remove debug lines Diffstat:
| M | chrome/content/zotero/xpcom/data/item.js | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js @@ -3612,9 +3612,6 @@ Zotero.Item.prototype.removeFromCollection = function (collectionIDOrKey) { throw new Error("Invalid collection '" + collectionIDOrKey + "'"); } - Zotero.debug("REMOVING FROM COLLECTION"); - Zotero.debug(this._collections); - this._requireData('collections'); var pos = this._collections.indexOf(collectionID); if (pos == -1) {