diff --git a/chrome/content/zotero/xpcom/data_access.js b/chrome/content/zotero/xpcom/data_access.js index f2585a92a..711560343 100644 --- a/chrome/content/zotero/xpcom/data_access.js +++ b/chrome/content/zotero/xpcom/data_access.js @@ -1868,19 +1868,9 @@ Zotero.Item.prototype.erase = function(deleteChildren){ // Remove item from parent collections var parentCollectionIDs = this.getCollections(); if (parentCollectionIDs){ - var notifierState = Zotero.Notifier.isEnabled(); - Zotero.Notifier.disable(); - for (var i=0; i