diff options
Diffstat (limited to 'webdownloader.cpp')
-rw-r--r-- | webdownloader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webdownloader.cpp b/webdownloader.cpp index 761107c..6ea3258 100644 --- a/webdownloader.cpp +++ b/webdownloader.cpp @@ -63,8 +63,6 @@ void WebDownloader::dlFinished(QNetworkReply *reply){ QRegularExpressionMatch match = yearRE.match(date); if(match.hasMatch()){ year = match.captured(0).toInt(); - }else{ - qDebug() << date; } auto otherIt = mOtherData.constEnd(); if(year != -1){ |