removed debugPrint

This commit is contained in:
Scott E. Graves 2025-03-20 22:00:00 -05:00
parent ea876bd55c
commit 42c25b73e7

View File

@ -271,7 +271,6 @@ Future<Map<String, dynamic>> convertAllToString(
} }
} }
debugPrint('password|$password');
settings[entry.key] = encryptValue(entry.value, password!); settings[entry.key] = encryptValue(entry.value, password!);
continue; continue;
} }