Skip to content

Commit

Permalink
Revert unnecessary logs
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Pandey <[email protected]>
  • Loading branch information
Sweetdevil144 committed May 11, 2024
1 parent a08baf0 commit 6400db8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ class CompositeRateController extends RateInterface{
controllerRoundConfig.setRoundDuration(Math.floor(txDuration * currentWeight));

// the sub-controller is initialized with the TX stat sub-collector, which is inactive at this point (i.e., the round hasn't started for it)
console.log('controllerRoundConfig:', controllerRoundConfig);
console.log('statSubCollector:', statSubCollector);
console.log('this.workerIndex:', this.workerIndex);
let subcontroller = new RateControl(controllerRoundConfig, statSubCollector, this.workerIndex);
let controllerData = new ControllerData(subcontroller, statSubCollector);

Expand Down

0 comments on commit 6400db8

Please sign in to comment.