Skip to content

Commit

Permalink
opt:simpify the log output
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Feb 12, 2025
1 parent e083c28 commit 87c1088
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/article_netmgr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ string ArticleNetworkAccessManager::getHtml( ResourceType resourceType )
sptr< Dictionary::DataRequest > ArticleNetworkAccessManager::getResource( QUrl const & url, QString & contentType )
{
qDebug() << "getResource:" << url.toString();
qDebug() << "scheme:" << url.scheme();
qDebug() << "host:" << url.host();

if ( url.scheme() == "gdlookup" ) {
if ( !url.host().isEmpty() && url.host() != "localhost" ) {
Expand Down

0 comments on commit 87c1088

Please sign in to comment.