diff --git a/chrome/content/zotero/xpcom/data/library.js b/chrome/content/zotero/xpcom/data/library.js index 12102efd4..18cbf9425 100644 --- a/chrome/content/zotero/xpcom/data/library.js +++ b/chrome/content/zotero/xpcom/data/library.js @@ -227,11 +227,6 @@ Zotero.Library.prototype._get = function(prop) { throw new Error('Unknown property "' + prop + '"'); } - if (this._changed[prop]) { - // Catch attempts to retrieve unsaved property? - Zotero.debug('Warning: Attempting to retrieve unsaved ' + this._objectType + ' property "' + prop + '"', 2, true); - } - return this[prop]; }