remove logging
This commit is contained in:
parent
75b53cfc0d
commit
e808bcedee
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class Autosens {
|
|||
pastSensitivity += ">";
|
||||
//console.error(bgTime);
|
||||
}
|
||||
log.debug("TIME: " + new Date(bgTime).toString() + " BG: " + bg + " SENS: " + sens + " DELTA: " + delta + " AVGDELTA: " + avgDelta + " IOB: " + iob.iob + " ACTIVITY: " + iob.activity + " BGI: " + bgi + " DEVIATION: " + deviation);
|
||||
//log.debug("TIME: " + new Date(bgTime).toString() + " BG: " + bg + " SENS: " + sens + " DELTA: " + delta + " AVGDELTA: " + avgDelta + " IOB: " + iob.iob + " ACTIVITY: " + iob.activity + " BGI: " + bgi + " DEVIATION: " + deviation);
|
||||
|
||||
// if bgTime is more recent than mealTime
|
||||
if (bgTime > mealTime) {
|
||||
|
|
Loading…
Reference in a new issue