Skip to content

Commit 7bd655d

Browse files
committed
remove old log line
1 parent 680b119 commit 7bd655d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spark-ui/src/reducers/SqlReducer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ function calculateSql(
286286
);
287287

288288
const nodeIdFromMetrics = findStageIdFromMetrics(node.metrics);
289-
console.log(`node.metrics from sql plan: ${JSON.stringify(node.metrics)}, nodeIdFromMetrics: ${nodeIdFromMetrics}`);
290289

291290
return {
292291
...node,

0 commit comments

Comments
 (0)