From 5248b08de0d0f0b82cd1bf45626c9f4b01d9b909 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 2 Sep 2017 01:38:55 -0400 Subject: [PATCH] Remove debug lines --- chrome/content/zotero/xpcom/data/search.js | 4 ---- 1 file changed, 4 deletions(-) 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;