From f470c23bf7311623e997f0c9101ce40c6cea5203 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Thu, 22 Apr 2010 13:34:14 +0300 Subject: [PATCH] appletrailer_iphone: remove unneeded debug-message --- share/lua/playlist/appletrailers_iphone.lua | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2