update version limpiar prints

This commit is contained in:
Felipe
2023-12-01 09:46:46 -05:00
parent 80a9713e9c
commit 19ef57c0da
@@ -1012,16 +1012,12 @@ class _ServiceScreenState extends State<ServiceScreen> {
PackageInfo packageInfo = await PackageInfo.fromPlatform();
String version = packageInfo.version;
print('App version: $version');
if (mounted) {
setState(() {
appVersion = version;
});
}
print('App version: $settings');
if (settings != null) {
_checkForUpdate(settings);
}