Remove leftover diagnostic logging from messagemodel.cpp

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 17:11:22 -07:00
parent 50713cc87b
commit e54120108e
-6
View File
@@ -124,16 +124,10 @@ public:
received_datetime,
(char*)&msg.vchMessage[0]),
true);
} else
{
printf("refreshMessageTable: outbox decrypt failed (err %d) for addr %s\n", decryptResult, smsgStored.sAddrOutbox.c_str());
}
};
delete it;
printf("refreshMessageTable: inbox %u found, %u decrypted; outbox %u found, %u decrypted\n",
nInbox, nInboxDecrypted, nOutbox, nOutboxDecrypted);
}
}