Remove unnecessary newline in TranslatorTester log output
This commit is contained in:
parent
08c3effe6e
commit
e530c3a001
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue