Klemen Tusar
Committed by GitHub

Remove print call in init (#366)

... ... @@ -82,7 +82,6 @@ class ScreenUtil {
bool splitScreenMode = false,
bool minTextAdapt = false,
}) {
print('init called');
final deviceData = MediaQuery.maybeOf(context).nonEmptySizeOrNull();
deviceSize ??= deviceData?.size ?? designSize;
... ...