diff --git a/chrome/content/zotero/xpcom/data/search.js b/chrome/content/zotero/xpcom/data/search.js index 987dd143fe..42eecd5c98 100644 --- a/chrome/content/zotero/xpcom/data/search.js +++ b/chrome/content/zotero/xpcom/data/search.js @@ -774,8 +774,6 @@ Zotero.Search.prototype.search = Zotero.Promise.coroutine(function* (asTempTable if (this.hasPostSearchFilter() && (includeParentsAndChildren || includeParents || includeChildren)) { - Zotero.debug('b'); - Zotero.debug(ids); var tmpTable = yield Zotero.Search.idsToTempTable(ids); if (includeParentsAndChildren || includeParents) { @@ -829,8 +827,6 @@ Zotero.Search.prototype.search = Zotero.Promise.coroutine(function* (asTempTable } if (asTempTable) { - Zotero.debug('c'); - Zotero.debug(ids); return Zotero.Search.idsToTempTable(ids); } return ids;