don't print test to console
This commit is contained in:
parent
8771e4b47f
commit
597609703f
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ Zotero.TranslatorTester.prototype.fetchPageAndRunTest = function(test, testDoneC
|
|||
* @param {Function} testDoneCallback A callback to be executed when test is complete
|
||||
*/
|
||||
Zotero.TranslatorTester.prototype.runTest = function(test, doc, testDoneCallback) {
|
||||
this._debug(test);
|
||||
var me = this;
|
||||
var translate = Zotero.Translate.newInstance(this._type);
|
||||
translate.setDocument(doc);
|
||||
|
|
Loading…
Reference in a new issue