]> git.sesse.net Git - vlc/commitdiff
appletrailer_iphone: remove unneeded debug-message
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 22 Apr 2010 10:34:14 +0000 (13:34 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 22 Apr 2010 10:34:14 +0000 (13:34 +0300)
share/lua/playlist/appletrailers_iphone.lua

index 0797a6d7e3e8e261eacf2e5811751c61ee4c7a0b..0363d4c0b741e3446d04099cdb0d3a8926288eb7 100644 (file)
@@ -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