Skip to content

Commit

Permalink
even 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 781ff27 commit 0bb1e2a
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 @@ -120,6 +120,7 @@ export function initialLoader(datasets: ILinkConfig['datasets']) {
}
const key = `${endpoint}:${JSON.stringify(params)}`;
const existing = loadingDataSets.get(key);
console.log(!existing, key);
if (existing) {
resolvedDataSets.push(existing.then(patchDataSet(title, color)));
} else {
Expand Down

0 comments on commit 0bb1e2a

Please sign in to comment.