From 56d64af186f10f944446eb36fe1e638b5a9bb634 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 23 Nov 2016 00:40:58 -0500 Subject: [PATCH] Remove Travis debugging --- chrome/content/zotero/xpcom/translation/translators.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/chrome/content/zotero/xpcom/translation/translators.js b/chrome/content/zotero/xpcom/translation/translators.js index cb0b945e52..d8b2d2979d 100644 --- 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) {