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; }