From 5e7b3847db3122978fd740bc3edce00e37e4c932 Mon Sep 17 00:00:00 2001 From: Alexander Fedulov <1492164+afedulov@users.noreply.github.com> Date: Mon, 29 Mar 2021 23:52:06 +0200 Subject: [PATCH] [hotfix][ui] Remove unrelated UI backpressure console logs --- .../web-dashboard/src/app/share/common/dagre/node.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/flink-runtime-web/web-dashboard/src/app/share/common/dagre/node.component.ts b/flink-runtime-web/web-dashboard/src/app/share/common/dagre/node.component.ts index b4c6f90a23b9a..b95b0c2a2ec81 100644 --- a/flink-runtime-web/web-dashboard/src/app/share/common/dagre/node.component.ts +++ b/flink-runtime-web/web-dashboard/src/app/share/common/dagre/node.component.ts @@ -58,7 +58,6 @@ export class NodeComponent { this.parallelism = value.parallelism; this.lowWatermark = value.lowWatermark; if (this.isValid(value.backPressuredPercentage)) { - console.log(value.backPressuredPercentage) this.backPressuredPercentage = value.backPressuredPercentage } if (this.isValid(value.busyPercentage)) {