www

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

commit 261862cf305dd5f0663091bcecaf6d6134546240
parent a17b78e22214566dcd99f7ad6ccfb44403bc3dd2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 17 Jan 2012 01:18:38 -0500

Remove debugging info

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

diff --git a/chrome/content/zotero/xpcom/data/dataObjects.js b/chrome/content/zotero/xpcom/data/dataObjects.js @@ -366,12 +366,6 @@ Zotero.DataObjects = function (object, objectPlural, id, table) { this.editCheck = function (obj) { if (!Zotero.Sync.Server.updatesInProgress && !Zotero.Sync.Storage.updatesInProgress && !this.isEditable(obj)) { - try { - asfasf(); - } - catch (e) { - Zotero.debug(e); - } if (Zotero.Sync.Storage.syncInProgress) { Components.utils.reportError("Storage sync in progress but updatesInProgress not set -- fix?"); return;