From 9d0e8c258e6bcdb766fea56b7473e725fcf76307 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 9 Feb 2012 04:01:01 -0500 Subject: [PATCH] Remove debug code --- chrome/content/zotero/xpcom/translation/translate_firefox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/translation/translate_firefox.js b/chrome/content/zotero/xpcom/translation/translate_firefox.js index 9ee213389..25e44485c 100644 --- a/chrome/content/zotero/xpcom/translation/translate_firefox.js +++ b/chrome/content/zotero/xpcom/translation/translate_firefox.js @@ -318,7 +318,6 @@ Zotero.Translate.DOMWrapper = new function() { * @return {Object} An obj that is no longer Xrayed */ this.wrap = function(obj) { - Zotero.debug(obj.toString()); var newObj = wrapPrivileged(obj); return newObj; }