Remove unnecessary newline in TranslatorTester log output

This commit is contained in:
Aurimas Vinckevicius 2014-12-29 05:28:44 -06:00
parent 08c3effe6e
commit e530c3a001

View file

@ -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) {