From: Flavio Date: Fri, 5 Aug 2011 18:59:28 +0000 (+0200) Subject: Oops! removed debug statement X-Git-Tag: 1.5~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3969a0200fa7e2423af9821c414c96c4883a14a8;p=minitube Oops! removed debug statement --- 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;