Skip to content

Commit

Permalink
add temporary debug logging, see #412
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jun 13, 2023
1 parent c744db8 commit 26ef043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/js/makeTranslationObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const makeTranslationObject = async ( values, simName, locale ) => {
let translation;
try {
const websiteUserData = await getWebsiteUserData();
console.log( `websiteUserData = ${JSON.stringify( websiteUserData )}` );

// Check for a null user ID and, if present, replace it with a value from session storage. This is part of a
// workaround for an issue where null user IDs were being used when sessions expired, see
Expand Down

0 comments on commit 26ef043

Please sign in to comment.