From e530c3a0012b4b3f979de70d7c72a98c9f1221c8 Mon Sep 17 00:00:00 2001 From: Aurimas Vinckevicius Date: Mon, 29 Dec 2014 05:28:44 -0600 Subject: [PATCH] Remove unnecessary newline in TranslatorTester log output --- chrome/content/zotero/tools/testTranslators/translatorTester.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js index dd6f5be0b0..516d6e261e 100644 --- a/chrome/content/zotero/tools/testTranslators/translatorTester.js +++ b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -319,7 +319,7 @@ Zotero_TranslatorTester.prototype._runTestsRecursively = function(testDoneCallba var testNumber = this.tests.length-this.pending.length; var me = this; - this._debug(this, "\nTranslatorTester: Running "+this.translator.label+" Test "+testNumber); + this._debug(this, "TranslatorTester: Running "+this.translator.label+" Test "+testNumber); var executedCallback = false; var callback = function(obj, test, status, message) {