From fdbcf1b11968236665eeed6fc2244b8012d26b6f Mon Sep 17 00:00:00 2001 From: yaso Date: Mon, 30 Sep 2024 09:02:28 +0200 Subject: [PATCH] remove print statements --- .../lib/mih_components/mih_layout/mih_window.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;