remove print statements
This commit is contained in:
parent
ac465db055
commit
fdbcf1b119
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue