www

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

commit e530c3a0012b4b3f979de70d7c72a98c9f1221c8
parent 08c3effe6edd87124f917799c8c104a39175dabc
Author: Aurimas Vinckevicius <aurimas.dev@gmail.com>
Date:   Mon, 29 Dec 2014 05:28:44 -0600

Remove unnecessary newline in TranslatorTester log output

Diffstat:
Mchrome/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 @@ -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) {