diff --git a/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart b/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart index 7f5c6b74..930f843f 100644 --- a/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart +++ b/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart @@ -30,8 +30,8 @@ class _MIHWindowState extends State { late double height; void checkScreenSize() { - print("screen width: $width"); - print("screen height: $height"); + // print("screen width: $width"); + // print("screen height: $height"); if (MzanziInnovationHub.of(context)!.theme.screenType == "desktop") { setState(() { windowTitleSize = 25;