From 19ef57c0da048a1f219da1ad5a9f1aaa202aa428 Mon Sep 17 00:00:00 2001 From: Felipe Date: Fri, 1 Dec 2023 09:46:46 -0500 Subject: [PATCH] update version limpiar prints --- lib/src/presentation/screens/map/service.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/src/presentation/screens/map/service.dart b/lib/src/presentation/screens/map/service.dart index fe750e8..7c95ce9 100644 --- a/lib/src/presentation/screens/map/service.dart +++ b/lib/src/presentation/screens/map/service.dart @@ -1012,16 +1012,12 @@ class _ServiceScreenState extends State { 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); }