commit 37f4e61ef2ded71a00380e2371ad1d89d84d579a
parent 7950d3a7e217ce8bceb80dcf7c4e5fac28cd2695
Author: Simon Kornblith <simon@simonster.com>
Date: Thu, 19 Jun 2014 20:11:46 -0400
Remove debug line
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js
@@ -258,7 +258,6 @@ Zotero.Translate.Sandbox = {
item = translate._sandboxManager._copyObject(item);
}
item.complete = translate._sandboxZotero.Item.prototype.complete;
- Zotero.debug(item)
}
arg2(obj, item);
} catch(e) {