commit 9d0e8c258e6bcdb766fea56b7473e725fcf76307 parent 8d48b1de5413c06b6b9e0e25f8d0bd0f0d5c7b40 Author: Simon Kornblith <simon@simonster.com> Date: Thu, 9 Feb 2012 04:01:01 -0500 Remove debug code Diffstat:
| M | chrome/content/zotero/xpcom/translation/translate_firefox.js | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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; }