Revert "Fix Cancel Extended Bolus if TBR emulation is disabled in insight preferences"
This reverts commit eef50c82
This commit is contained in:
parent
330728299d
commit
a06b799cd0
1 changed files with 0 additions and 6 deletions
|
@ -1450,12 +1450,6 @@ public class LocalInsightPlugin extends PumpPluginBase implements Pump, Constrai
|
||||||
bolusID.getId(),
|
bolusID.getId(),
|
||||||
PumpType.ACCU_CHEK_INSIGHT,
|
PumpType.ACCU_CHEK_INSIGHT,
|
||||||
serial);
|
serial);
|
||||||
if (!isFakingTempsByExtendedBoluses())
|
|
||||||
pumpSync.syncStopExtendedBolusWithPumpId(
|
|
||||||
timestamp,
|
|
||||||
event.getEventPosition(),
|
|
||||||
PumpType.ACCU_CHEK_INSIGHT,
|
|
||||||
serialNumber());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue