]> git.sur5r.net Git - minitube/blobdiff - src/playlistmodel.cpp
Removed debug statements
[minitube] / src / playlistmodel.cpp
index 7fa95ccfd1ccfe4d9aa6b953a61ce3ecb5eb952c..63cd6a3ff675d2d04c087f8ef0c9cd8976e4bf89 100644 (file)
@@ -216,7 +216,6 @@ void PlaylistModel::abortSearch() {
 }
 
 void PlaylistModel::searchFinished(int total) {
-    qDebug() << __PRETTY_FUNCTION__ << total;
     searching = false;
     canSearchMore = videoSource->hasMoreVideos();