Skip to content

Commit

Permalink
Context log
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Jul 5, 2024
1 parent 1cb0202 commit c104514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/charterafrica/src/lib/data/common/processPageTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async function processPageTools(page, api, context) {
label: value ?? null,
}),
);
console.log({ context: JSON.stringify(context), locales, defaultLocale });
console.log({ context, locales, defaultLocale });
const filterLabels = labelsPerLocale[locale];
const filterOptions = filters.map((filter) => {
if (filter === "sort") {
Expand Down

0 comments on commit c104514

Please sign in to comment.