From 3969a0200fa7e2423af9821c414c96c4883a14a8 Mon Sep 17 00:00:00 2001 From: Flavio Date: Fri, 5 Aug 2011 20:59:28 +0200 Subject: [PATCH] Oops! removed debug statement --- src/video.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/video.cpp b/src/video.cpp index 975790c..d414990 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -146,8 +146,7 @@ void Video::gotVideoInfo(QByteArray data) { QStringList formatUrls = fmtUrlMap.split(",", QString::SkipEmptyParts); QHash urlMap; foreach(QString formatUrl, formatUrls) { - // formatUrl = QByteArray::fromPercentEncoding(formatUrl.toUtf8()); - qDebug() << "formatUrl" << formatUrl; + // qDebug() << "formatUrl" << formatUrl; QStringList urlParams = formatUrl.split("&", QString::SkipEmptyParts); // qDebug() << "urlParams" << urlParams; -- 2.39.5