diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js index 03ea1cd0c..4ce8b3196 100644 --- a/chrome/content/zotero/tools/testTranslators/translatorTester.js +++ b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -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);