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;
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;