forked from yaso_meth/mih-project
remove useless test comments
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -172,7 +172,7 @@ class _MIHHomeState extends State<MIHHome> {
|
||||
p: getPrim(),
|
||||
s: getSec(),
|
||||
));
|
||||
print("Pat Prof: ${widget.patient}");
|
||||
// print("Pat Prof: ${widget.patient}");
|
||||
if (widget.patient != null) {
|
||||
tileList.add(MIHTile(
|
||||
videoID: "NUDdoWrbXNc",
|
||||
|
||||
Reference in New Issue
Block a user