fix gmail debug code
This commit is contained in:
parent
9547d3f453
commit
ea424e5db7
1 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue