From: Ilkka Ollakka Date: Thu, 22 Apr 2010 10:34:14 +0000 (+0300) Subject: appletrailer_iphone: remove unneeded debug-message X-Git-Tag: 1.2.0-pre1~6940 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f470c23bf7311623e997f0c9101ce40c6cea5203;p=vlc appletrailer_iphone: remove unneeded debug-message --- diff --git a/share/lua/playlist/appletrailers_iphone.lua b/share/lua/playlist/appletrailers_iphone.lua index 0797a6d7e3..0363d4c0b7 100644 --- a/share/lua/playlist/appletrailers_iphone.lua +++ b/share/lua/playlist/appletrailers_iphone.lua @@ -60,7 +60,6 @@ function parse() end for index,resolution in ipairs({"480p","720p","1080p"}) do path = string.gsub( path, "r320i.mov","h"..resolution..".mov") - vlc.msg.err(arturl) table.insert( p, { path=path; name=title.." ("..resolution..")"; arturl=arturl; description=description; options={":http-user-agent=Quicktime/7.2.0 vlc lua edition",":input-fast-seek",":play-and-stop"};} ) end return p