commit 597609703f33d9660d465da05f692ed34988840f
parent 8771e4b47fcddc4f8b8ef9b7b5861f20b5f362a5
Author: Simon Kornblith <simon@simonster.com>
Date: Sat, 18 Jun 2011 08:15:21 +0000
don't print test to console
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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);