remove useless test comments
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user