diff --git a/CrawlerProcess/scrawler.cpp b/CrawlerProcess/scrawler.cpp index c62c1c8..0f08647 100644 --- a/CrawlerProcess/scrawler.cpp +++ b/CrawlerProcess/scrawler.cpp @@ -154,7 +154,7 @@ void SCrawler::saveResult(bool ok) { if (!ok) { - cout << "Failed loading";// << qPrintable(m_page->mainFrame()->url().toString());// << std::endl; + cout << "Failed loading"; deleteProxy(); emit finished(); return;