Skip to content

Commit

Permalink
Remove a couple of stray comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Apr 8, 2018
1 parent 45680be commit 057c9c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chrome/content/zotero/xpcom/data/cachedJurisdictionData.js
Expand Up @@ -67,8 +67,6 @@ Zotero.CachedJurisdictionData = new function() {
}
if (_jurisdictionIdToName[jurisdictionID] && courtID) {
yield this.setCourt(jurisdictionID, courtID);
} else {
Zotero.debug("XXX OH! no segment? " + !!_jurisdictionIdToName[jurisdictionID] + " or " + courtID);
}
}
});
Expand Down Expand Up @@ -137,7 +135,6 @@ Zotero.CachedJurisdictionData = new function() {
jurisdictionID,
countryID
]);
Zotero.debug("XXX got name! " + row.courtID + " " + row.courtName);
var courtName = row.courtName;
var courtID = row.courtID
if (courtName) {
Expand Down

0 comments on commit 057c9c7

Please sign in to comment.