Remove empty if statement
This commit is contained in:
parent
0dab8965b4
commit
c52987ab6c
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ public class InsertCannulaAction implements OmnipodAction<StatusResponse> {
|
||||||
if (podStateManager.getPodProgressStatus().isBefore(PodProgressStatus.BASAL_INITIALIZED)) {
|
if (podStateManager.getPodProgressStatus().isBefore(PodProgressStatus.BASAL_INITIALIZED)) {
|
||||||
service.programInitialBasalSchedule(communicationService, podStateManager, initialBasalSchedule);
|
service.programInitialBasalSchedule(communicationService, podStateManager, initialBasalSchedule);
|
||||||
}
|
}
|
||||||
if (podStateManager.getPodProgressStatus().isBefore(PodProgressStatus.INSERTING_CANNULA)) {
|
|
||||||
}
|
|
||||||
|
|
||||||
if (podStateManager.getPodProgressStatus().isBefore(PodProgressStatus.INSERTING_CANNULA)) {
|
if (podStateManager.getPodProgressStatus().isBefore(PodProgressStatus.INSERTING_CANNULA)) {
|
||||||
service.executeExpirationRemindersAlertCommand(communicationService, podStateManager);
|
service.executeExpirationRemindersAlertCommand(communicationService, podStateManager);
|
||||||
|
|
Loading…
Reference in a new issue