refactor: Improve code formatting and replace print with debugPrint for error logging

This commit is contained in:
2026-07-02 23:47:52 +02:00
parent 9b6d92c372
commit b201da0552
8 changed files with 75 additions and 67 deletions
+1 -1
View File
@@ -676,7 +676,7 @@ Future<List<Map<String, Object?>>> _decryptNoteBatch(
masterKey,
);
} catch (e) {
print('Failed to decrypt note ${note['id']}: $e');
debugPrint('Failed to decrypt note ${note['id']}: $e');
}
} else {
decryptedTitle = '';