www

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

commit 09060529a1e02fa9738ac42a799269709a8e4942
parent f81f0d714322648deb480e0fda95a0ff6d8f267b
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 19 Dec 2011 03:40:57 -0500

Remove debug line

Diffstat:
Mchrome/content/zotero/xpcom/utilities.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js @@ -1399,8 +1399,6 @@ Zotero.Utilities = { if(cslDate.season) date = cslDate.season+date; } - Zotero.debug(date); - if(isZoteroItem) { item.setField(fieldID, date); } else {