www

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

commit 1d08b9ec31767233464fe3a35467049c3905e252
parent 09416a57387668be740734969b9165de1b80cd53
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 29 Jun 2010 16:54:30 +0000

Remove debug output


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

diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js @@ -2315,9 +2315,6 @@ Zotero.Sync.Storage.Request.prototype.stop = function () { Zotero.debug(this.channel.requestSucceeded); finishNow = true; } - else { - Zotero.debug("No channel to stop for request " + this.name); - } } catch (e) {}