Remove debug code
This commit is contained in:
parent
8d48b1de54
commit
9d0e8c258e
1 changed files with 0 additions and 1 deletions
|
@ -318,7 +318,6 @@ Zotero.Translate.DOMWrapper = new function() {
|
||||||
* @return {Object} An obj that is no longer Xrayed
|
* @return {Object} An obj that is no longer Xrayed
|
||||||
*/
|
*/
|
||||||
this.wrap = function(obj) {
|
this.wrap = function(obj) {
|
||||||
Zotero.debug(obj.toString());
|
|
||||||
var newObj = wrapPrivileged(obj);
|
var newObj = wrapPrivileged(obj);
|
||||||
return newObj;
|
return newObj;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue