Skip to content

Commit 32e11b2

Browse files
committed
fix: code clean up
1 parent 5c35014 commit 32e11b2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/common/sweep/sweep.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export class SweepService implements OnModuleInit {
5252
const isElectraActivate = await this.consensusClientService.isElectraActivated(currentEpoch);
5353
const consensusVersion = await this.getConsensusVersion();
5454

55-
console.log('consensusVersion', consensusVersion);
5655
if (consensusVersion < 3 || !isElectraActivate) {
5756
return this.getSweepDelayInEpochsPreElectra(indexedValidators, currentEpoch);
5857
}

src/waiting-time/waiting-time.service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@ export class WaitingTimeService {
291291

292292
// time to find validators for exiting
293293
const sweepingMean = this.validators.getSweepMeanEpochs();
294-
const sweepingMean2 = calculateSweepingMean(totalValidators);
295-
296-
console.log(sweepingMean, sweepingMean2.toString());
297294

298295
// latestEpoch - epoch of last exiting validator in whole network
299296
// potential exit epoch - will be from latestEpoch, add VEBO epochs, add sweeping mean

0 commit comments

Comments
 (0)