remove useless test comments

This commit is contained in:
2025-01-13 12:51:04 +02:00
parent 4a2cb70c36
commit 2dfb5e0cee
2 changed files with 5 additions and 5 deletions

View File

@@ -141,12 +141,12 @@ class MIHApiCalls {
// var errorBody = response.body; // var errorBody = response.body;
if (response.statusCode == 200) { if (response.statusCode == 200) {
print("Here1"); // print("Here1");
var decodedData = jsonDecode(response.body); var decodedData = jsonDecode(response.body);
print("Here2"); // print("Here2");
Patient patients = Patient.fromJson(decodedData as Map<String, dynamic>); Patient patients = Patient.fromJson(decodedData as Map<String, dynamic>);
print("Here3"); // print("Here3");
print(patients); // print(patients);
patientData = patients; patientData = patients;
} else { } else {
patientData = null; patientData = null;

View File

@@ -172,7 +172,7 @@ class _MIHHomeState extends State<MIHHome> {
p: getPrim(), p: getPrim(),
s: getSec(), s: getSec(),
)); ));
print("Pat Prof: ${widget.patient}"); // print("Pat Prof: ${widget.patient}");
if (widget.patient != null) { if (widget.patient != null) {
tileList.add(MIHTile( tileList.add(MIHTile(
videoID: "NUDdoWrbXNc", videoID: "NUDdoWrbXNc",