Showing
1 changed file
with
0 additions
and
1 deletions
@@ -82,7 +82,6 @@ class ScreenUtil { | @@ -82,7 +82,6 @@ class ScreenUtil { | ||
82 | bool splitScreenMode = false, | 82 | bool splitScreenMode = false, |
83 | bool minTextAdapt = false, | 83 | bool minTextAdapt = false, |
84 | }) { | 84 | }) { |
85 | - print('init called'); | ||
86 | final deviceData = MediaQuery.maybeOf(context).nonEmptySizeOrNull(); | 85 | final deviceData = MediaQuery.maybeOf(context).nonEmptySizeOrNull(); |
87 | 86 | ||
88 | deviceSize ??= deviceData?.size ?? designSize; | 87 | deviceSize ??= deviceData?.size ?? designSize; |
-
Please register or login to post a comment