Skip to content

Commit

Permalink
Tidy up logfile chatter
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Jan 15, 2017
1 parent fdc19d0 commit d9514c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/xpcom/cite.js
Expand Up @@ -548,7 +548,7 @@ Zotero.Cite.System.prototype = {
try {
cslItem = Zotero.Utilities.itemToCSLJSON(zoteroItem);
} catch (e) {
Zotero.debug("XXX Warning: saw item as changed in toJSON(). Missing jurisdiction in online item?: "+e);
Zotero.debug("Warning: saw item as changed in toJSON(). Missing jurisdiction in online item?: "+e);
cslItem = Zotero.Utilities.itemToCSLJSON(zoteroItem, false, false, false, true);
}

Expand Down

0 comments on commit d9514c8

Please sign in to comment.