Remove debug lines
This commit is contained in:
parent
701a46ba84
commit
375b4341a6
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue