From 2dfb5e0cee720687915cc2a82552a2c29d3de233 Mon Sep 17 00:00:00 2001 From: yaso Date: Mon, 13 Jan 2025 12:51:04 +0200 Subject: [PATCH] remove useless test comments --- Frontend/lib/mih_apis/mih_api_calls.dart | 8 ++++---- Frontend/lib/mih_packages/mih_home/mih_home.dart | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Frontend/lib/mih_apis/mih_api_calls.dart b/Frontend/lib/mih_apis/mih_api_calls.dart index feeab0d2..6c26ebc3 100644 --- a/Frontend/lib/mih_apis/mih_api_calls.dart +++ b/Frontend/lib/mih_apis/mih_api_calls.dart @@ -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); - print("Here3"); - print(patients); + // print("Here3"); + // print(patients); patientData = patients; } else { patientData = null; diff --git a/Frontend/lib/mih_packages/mih_home/mih_home.dart b/Frontend/lib/mih_packages/mih_home/mih_home.dart index d0fec1c4..7e9317e1 100644 --- a/Frontend/lib/mih_packages/mih_home/mih_home.dart +++ b/Frontend/lib/mih_packages/mih_home/mih_home.dart @@ -172,7 +172,7 @@ class _MIHHomeState extends State { p: getPrim(), s: getSec(), )); - print("Pat Prof: ${widget.patient}"); + // print("Pat Prof: ${widget.patient}"); if (widget.patient != null) { tileList.add(MIHTile( videoID: "NUDdoWrbXNc",