Remove unnecessary newline in TranslatorTester log output
This commit is contained in:
parent
08c3effe6e
commit
e530c3a001
|
@ -319,7 +319,7 @@ Zotero_TranslatorTester.prototype._runTestsRecursively = function(testDoneCallba
|
||||||
var testNumber = this.tests.length-this.pending.length;
|
var testNumber = this.tests.length-this.pending.length;
|
||||||
var me = this;
|
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 executedCallback = false;
|
||||||
var callback = function(obj, test, status, message) {
|
var callback = function(obj, test, status, message) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user