Skip to content

Commit

Permalink
Rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Dec 13, 2023
1 parent 696d779 commit 67f56ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,6 @@ export function enhanceDataFrameWithDataLinks(dataFrame: DataFrame, dataLinks: D

for (const field of dataFrame.fields) {
const linksToApply = dataLinks.filter((dataLink) => dataLink.field === field.name);
console.log(linksToApply);

if (linksToApply.length === 0) {
continue;
Expand Down

0 comments on commit 67f56ba

Please sign in to comment.