www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 1703dfe5cce855f0cb8d2350096c52d0448c7538
parent 58bfd33556e08fa78e7724c320662ae4e99748cc
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat,  6 Nov 2010 04:08:25 +0000

remove debug code


Diffstat:
Mchrome/content/zotero/xpcom/translation/item_local.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/translation/item_local.js b/chrome/content/zotero/xpcom/translation/item_local.js @@ -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);