Skip to content

Commit

Permalink
more console debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
melange396 authored Dec 4, 2024
1 parent a22b65c commit 781ff27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deriveLinkDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export function initialLoader(datasets: ILinkConfig['datasets']) {
const cleaned = data.filter((d): d is DataSet => d != null);
cleaned.forEach((d) => {
console.log(d)
console.log(JSON.stringify(d))
if (d.params && !Array.isArray(d.params) && d.params._custom_title) {
// use custom title string if provided in encoded parameters
d.title = d.params._custom_title;
Expand Down

0 comments on commit 781ff27

Please sign in to comment.