don't print test to console

This commit is contained in:
Simon Kornblith 2011-06-18 08:15:21 +00:00
parent 8771e4b47f
commit 597609703f

View file

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