From 84c5b082112d0e51c8d4f30d9fc7f9f2a165a21d Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 20 Aug 2017 14:40:30 +0200 Subject: [PATCH] Shut up the debug output. --- src/Config.h | 2 +- src/Thread_Process.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Config.h b/src/Config.h index 5fc7ec50..886be68f 100644 --- a/src/Config.h +++ b/src/Config.h @@ -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 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Thread_Process.cpp b/src/Thread_Process.cpp index 765faa1e..e6e33f7e 100644 --- a/src/Thread_Process.cpp +++ b/src/Thread_Process.cpp @@ -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); -- 2.11.0