Remove redundant PodState.setFaultEvent call
This commit is contained in:
parent
52d0c10ec0
commit
43c2863825
1 changed files with 0 additions and 1 deletions
|
@ -336,7 +336,6 @@ public class OmnipodManager {
|
|||
try {
|
||||
cancelDelivery(EnumSet.of(DeliveryType.BOLUS), acknowledgementBeep);
|
||||
} catch (PodFaultException ex) {
|
||||
podState.setFaultEvent(ex.getFaultEvent());
|
||||
if (isLoggingEnabled()) {
|
||||
LOG.info("Ignoring PodFaultException in cancelBolus", ex);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue