From 375b4341a620da7d0eb8fe87734af364167b9b4d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 11 Jul 2017 04:29:36 -0400 Subject: [PATCH] Remove debug lines --- chrome/content/zotero/xpcom/data/item.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index acf7609c2..cd9aa4e97 100644 --- 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) {