debug code

This commit is contained in:
Martin Rotter 2022-03-18 12:23:32 +01:00
parent 4539fcc777
commit c50cacef87
1 changed files with 0 additions and 4 deletions

View File

@ -728,10 +728,6 @@ QList<Message> GmailNetworkFactory::obtainAndDecodeFullMessages(const QStringLis
if (msgs.contains(msg_id)) {
Message& msg = msgs[msg_id];
if (msg.m_customId == "17f9bff0f98a868e") {
int a = 5;
}
if (!fillFullMessage(msg, msg_doc, feed_id)) {
qWarningNN << LOGSEC_GMAIL << "Failed to get (or deliberately skipped) full message for custom ID:"
<< QUOTE_W_SPACE_DOT(msg.m_customId);