print statement removed

lab-graph
tahaalam 22 hours ago
parent 2ae9ab9fac
commit 07bf971575

@ -475,7 +475,6 @@ class LabViewModel extends ChangeNotifier {
));
} catch (e) {
print("the data is empty and not a number");
}
});
if (flagForLowReferenceRange == null && flagForHighReferenceRange == null) {
@ -505,8 +504,6 @@ class LabViewModel extends ChangeNotifier {
maxX = maxY;
}
print("the lowRefenceValue is ${this.lowRefenceValue}");
print("the highRefrenceValue is ${this.highRefrenceValue}");
// if (maxY < highRefrenceValue) {
// minY = highRefrenceValue - getInterval();

Loading…
Cancel
Save