From 8243c41ee9c3f0b59f8d36cd74113b49b139ddce Mon Sep 17 00:00:00 2001 From: Arno Date: Mon, 30 Jul 2018 11:25:18 +0200 Subject: Remove leftover qDebug()s --- playerwidget.cpp | 1 - webdownloader.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/playerwidget.cpp b/playerwidget.cpp index 40efad5..5dcae99 100644 --- a/playerwidget.cpp +++ b/playerwidget.cpp @@ -638,7 +638,6 @@ void PlayerWidget::addToPlayList(){ return; } for(const QModelIndex &i : sel){ - qDebug() << i.data(CollectionWidget::TypeRole) << i.data(); int type = i.data(CollectionWidget::TypeRole).toInt(); if(type == CollectionWidget::Song){ addSong(i); 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){ -- cgit v1.2.3-70-g09d2