remove debug code

This commit is contained in:
Simon Kornblith 2010-11-06 04:08:25 +00:00
parent 58bfd33556
commit 1703dfe5cc

View file

@ -417,7 +417,6 @@ Zotero.Translate.ItemSaver.prototype = {
},
"_saveNotes":function(item, parentID) {
Zotero.debug(item.notes);
for(var i=0; i<item.notes.length; i++) {
var note = item.notes[i];
Zotero.debug(note);