remove fake glucose
This commit is contained in:
parent
0397c98eb7
commit
f324e43e2d
|
@ -26,5 +26,5 @@ public class Config {
|
|||
|
||||
// Developing mode only - never turn on
|
||||
// TODO: remove fakeGlucoseData
|
||||
public static final boolean fakeGlucoseData = true;
|
||||
public static final boolean fakeGlucoseData = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue