remove print statements

This commit is contained in:
2024-09-30 09:02:28 +02:00
parent ac465db055
commit fdbcf1b119

View File

@@ -30,8 +30,8 @@ class _MIHWindowState extends State<MIHWindow> {
late double height; late double height;
void checkScreenSize() { void checkScreenSize() {
print("screen width: $width"); // print("screen width: $width");
print("screen height: $height"); // print("screen height: $height");
if (MzanziInnovationHub.of(context)!.theme.screenType == "desktop") { if (MzanziInnovationHub.of(context)!.theme.screenType == "desktop") {
setState(() { setState(() {
windowTitleSize = 25; windowTitleSize = 25;