www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 56d64af186f10f944446eb36fe1e638b5a9bb634
parent acb1be97d0b930dc1491502416a1787d2f6413e2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 23 Nov 2016 00:40:58 -0500

Remove Travis debugging

Diffstat:
Mchrome/content/zotero/xpcom/translation/translators.js | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/chrome/content/zotero/xpcom/translation/translators.js b/chrome/content/zotero/xpcom/translation/translators.js @@ -43,11 +43,6 @@ Zotero.Translators = new function() { * available (e.g., in updateBundledFiles()), to avoid unnecesary file reads */ this.reinit = Zotero.Promise.coroutine(function* (options = {}) { - // Travis debugging - Zotero.Debug.init(true); - Zotero.debug(new Error().stack); - Zotero.Debug.init(); - // Wait until bundled files have been updated, except when this is called by the schema update // code itself if (!options.fromSchemaUpdate) {