diff --git a/mandy.lua b/mandy.lua index 5e4b2d3..414a982 100644 --- a/mandy.lua +++ b/mandy.lua @@ -181,7 +181,6 @@ function ffmpeg(tmpPath, dirD) local subSpaces = string.gsub(dirD, " ", "\\ ") local codec = "ffmpeg -i "..tmpPath.." -acodec "..gFormat.." -ac 2 -ab "..gBitrate.." -vn -y "..subSpaces - print(format) --debug purposes local flag = convert_mp3.go(codec, tmpPath) if not flag then return false end