Remove debug lines

This commit is contained in:
Dan Stillman 2017-07-11 04:29:36 -04:00
parent 701a46ba84
commit 375b4341a6

View file

@ -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) {