OSDN Git Service

Removed an obsolete Debug output (was broken anyway).
authorlordmulder <mulder2@gmx.de>
Tue, 15 Apr 2014 20:11:33 +0000 (22:11 +0200)
committerlordmulder <mulder2@gmx.de>
Tue, 15 Apr 2014 20:11:33 +0000 (22:11 +0200)
src/source_avisynth.cpp

index 75e0d60..f1a8e6d 100644 (file)
@@ -144,8 +144,6 @@ void AvisynthSource::checkSourceProperties_init(QList<QRegExp*> &patterns, QStri
 
 void AvisynthSource::checkSourceProperties_parseLine(const QString &line, QList<QRegExp*> &patterns, unsigned int &frames, unsigned int &fSizeW, unsigned int &fSizeH, unsigned int &fpsNom, unsigned int &fpsDen)
 {
-       qWarning("parseLine \"%1\"", line.toUtf8().constData());
-
        int offset = -1;
 
        if((offset = patterns[0]->lastIndexIn(line)) >= 0)