remove unneeded carbs_hr from AMA
This commit is contained in:
parent
331598b7fa
commit
4e14865054
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ public class DetermineBasalAdapterAMAJS {
|
||||||
|
|
||||||
mProfile = new V8Object(mV8rt);
|
mProfile = new V8Object(mV8rt);
|
||||||
mProfile.add("max_iob", maxIob);
|
mProfile.add("max_iob", maxIob);
|
||||||
mProfile.add("carbs_hr", profile.getCarbAbsorbtionRate());
|
|
||||||
mProfile.add("dia", profile.getDia());
|
mProfile.add("dia", profile.getDia());
|
||||||
mProfile.add("type", "current");
|
mProfile.add("type", "current");
|
||||||
mProfile.add("max_daily_basal", profile.getMaxDailyBasal());
|
mProfile.add("max_daily_basal", profile.getMaxDailyBasal());
|
||||||
|
|
Loading…
Reference in a new issue