www

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

commit b152fbc9b15ba0ac5456af25542bd26b4a16d49f
parent 9596cece44b46a0ac0fbe4910f6283fd29a2723e
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon,  7 Jul 2008 14:01:53 +0000

Remove debugging


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

diff --git 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) {