remove unneeded carbs_hr from AMA

This commit is contained in:
Milos Kozak 2017-01-29 19:29:26 +01:00
parent 331598b7fa
commit 4e14865054

View file

@ -212,7 +212,6 @@ public class DetermineBasalAdapterAMAJS {
mProfile = new V8Object(mV8rt);
mProfile.add("max_iob", maxIob);
mProfile.add("carbs_hr", profile.getCarbAbsorbtionRate());
mProfile.add("dia", profile.getDia());
mProfile.add("type", "current");
mProfile.add("max_daily_basal", profile.getMaxDailyBasal());