OSDN Git Service

Shut up the debug output.
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 20 Aug 2017 12:40:30 +0000 (14:40 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 20 Aug 2017 12:40:30 +0000 (14:40 +0200)
src/Config.h
src/Thread_Process.cpp

index 5fc7ec5..886be68 100644 (file)
@@ -35,7 +35,7 @@
 #define VER_LAMEXP_MINOR_LO                                    6
 #define VER_LAMEXP_TYPE                                                Alpha
 #define VER_LAMEXP_PATCH                                       3
-#define VER_LAMEXP_BUILD                                       2013
+#define VER_LAMEXP_BUILD                                       2014
 #define VER_LAMEXP_CONFG                                       2002
 
 ///////////////////////////////////////////////////////////////////////////////
index 765faa1..e6e33f7 100644 (file)
@@ -461,7 +461,6 @@ int ProcessThread::generateOutFileName(QString &outFileName)
 
        //Generate file name
        const QString fileName = MUtils::clean_file_name(QString("%1.%2").arg(applyRegularExpression(applyRenamePattern(sourceFile.completeBaseName(), m_audioFile.metaInfo())), fileExt), true);
-       qWarning("fileName: \"%s\"", MUTILS_UTF8(fileName));
 
        //Generate full output path
        outFileName = QString("%1/%2").arg(targetDir.canonicalPath(), fileName);