Remove empty if statement

This commit is contained in:
Bart Sopers 2020-08-22 17:15:27 +02:00
parent 0dab8965b4
commit c52987ab6c

View file

@ -39,8 +39,6 @@ public class InsertCannulaAction implements OmnipodAction<StatusResponse> {
if (podStateManager.getPodProgressStatus().isBefore(PodProgressStatus.BASAL_INITIALIZED)) {
service.programInitialBasalSchedule(communicationService, podStateManager, initialBasalSchedule);
}
if (podStateManager.getPodProgressStatus().isBefore(PodProgressStatus.INSERTING_CANNULA)) {
}
if (podStateManager.getPodProgressStatus().isBefore(PodProgressStatus.INSERTING_CANNULA)) {
service.executeExpirationRemindersAlertCommand(communicationService, podStateManager);