fix gmail debug code

This commit is contained in:
Martin Rotter 2023-10-24 12:52:49 +02:00
parent 9547d3f453
commit ea424e5db7

View File

@ -65,8 +65,6 @@ QList<StandardFeed*> AtomParser::discoverFeeds(ServiceRoot* root, const QUrl& ur
qDebugNN << LOGSEC_CORE << QUOTE_W_SPACE(my_url) << "is not a direct feed file.";
}
IOFactory::writeFile("aaaa", data);
// 2.
static QRegularExpression rx(QSL(ATOM_REGEX_MATCHER), QRegularExpression::PatternOption::CaseInsensitiveOption);
static QRegularExpression rx_href(QSL(ATOM_HREF_REGEX_MATCHER),