Remove debug line

This commit is contained in:
Simon Kornblith 2014-06-19 20:11:46 -04:00
parent 7950d3a7e2
commit 37f4e61ef2

View File

@ -258,7 +258,6 @@ Zotero.Translate.Sandbox = {
item = translate._sandboxManager._copyObject(item); item = translate._sandboxManager._copyObject(item);
} }
item.complete = translate._sandboxZotero.Item.prototype.complete; item.complete = translate._sandboxZotero.Item.prototype.complete;
Zotero.debug(item)
} }
arg2(obj, item); arg2(obj, item);
} catch(e) { } catch(e) {