remove print statements
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user