6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 589845a0
Changed files
comwell_key_app/lib/utils/secure_storage.dart | 1 - 1 file changed, 1 deletion(-)
Diff
diff --git a/comwell_key_app/lib/utils/secure_storage.dart b/comwell_key_app/lib/utils/secure_storage.dart
index 66a475c0..5083125e 100644
--- a/comwell_key_app/lib/utils/secure_storage.dart
+++ b/comwell_key_app/lib/utils/secure_storage.dart
@@ -18,7 +18,6 @@ class SecureStorage {
Future<void> clearKeychainValues() async {
final prefs = await SharedPreferences.getInstance();
- print("prefs: $prefs");
if (prefs.getBool('is_first_app_launch') ?? true) {
await _storage.deleteAll();