Skip to content

Commit

Permalink
[DR] Remove run() from constructor (linkedin#2783)
Browse files Browse the repository at this point in the history
This is debugging typo that made it into master.
  • Loading branch information
snalli authored May 11, 2024
1 parent 1ccfc10 commit e20e7bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public BackupIntegrityMonitor(RecoveryManager azure, ReplicationManager server,
.forEach(d -> logger.info("[BackupIntegrityMonitor] Disk = {} {} {} bytes",
d.getMountPath(), d.getState(), d.getRawCapacityInBytes()));
logger.info("[BackupIntegrityMonitor] Created BackupIntegrityMonitor");
this.run();
}

/**
Expand Down

0 comments on commit e20e7bf

Please sign in to comment.