commit 5248b08de0d0f0b82cd1bf45626c9f4b01d9b909 parent 1100015d2c0e5647f09e40d86df27c429f8e5471 Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 2 Sep 2017 01:38:55 -0400 Remove debug lines Diffstat:
| M | chrome/content/zotero/xpcom/data/search.js | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git 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;