From b152fbc9b15ba0ac5456af25542bd26b4a16d49f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 7 Jul 2008 14:01:53 +0000 Subject: [PATCH] Remove debugging --- chrome/content/zotero/xpcom/data/item.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index 084bccd35..1d26cc398 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -1172,8 +1172,6 @@ Zotero.Item.prototype.save = function() { } try { - Zotero.debug(value); - Zotero.debug(valueID); insertValueStatement.execute(); } catch (e) {