Skip to content

Commit

Permalink
[hotfix][ui] Remove unrelated UI backpressure console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
afedulov authored and zentol committed Mar 30, 2021
1 parent 47af443 commit 5e7b384
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 5e7b384

Please sign in to comment.