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;
if (response.statusCode == 200) {
print("Here1");
// print("Here1");
var decodedData = jsonDecode(response.body);
print("Here2");
// print("Here2");
Patient patients = Patient.fromJson(decodedData as Map<String, dynamic>);
print("Here3");
print(patients);
// print("Here3");
// print(patients);
patientData = patients;
} else {
patientData = null;