Remove debug print statements from MeshCoreConnector, MessageRetryService, and UsbSerialService and fix wrong retry being credited

This commit is contained in:
zjs81
2026-03-23 22:26:51 -07:00
parent 3754cf14ea
commit eca78453d6
4 changed files with 30 additions and 21 deletions
+1 -1
View File
@@ -1697,7 +1697,7 @@ class _MessageBubble extends StatelessWidget {
child: Text(
context.l10n.chat_retryCount(
message.retryCount,
4,
context.read<AppSettingsService>().settings.maxMessageRetries,
),
style: TextStyle(
fontSize: 10,