From b40beef785abd7c276fdfdf26b1758ab77d57b2a Mon Sep 17 00:00:00 2001 From: silvernode Date: Wed, 7 Aug 2013 05:04:07 -0500 Subject: [PATCH] small cleanup --- mandy.lua | 1 - 1 file changed, 1 deletion(-) 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