Remove debug code

This commit is contained in:
Simon Kornblith 2012-02-09 04:01:01 -05:00
parent 8d48b1de54
commit 9d0e8c258e

View file

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