Remove debug output

This commit is contained in:
Dan Stillman 2010-06-29 16:54:30 +00:00
parent 09416a5738
commit 1d08b9ec31

View file

@ -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) {}