remove debug code
This commit is contained in:
parent
58bfd33556
commit
1703dfe5cc
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue