From 30bdfac0b1afec1bc0724200be04d538b1be457e Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Mon, 17 May 2010 13:34:23 +0300 Subject: [PATCH 1/1] appletrailers_iphone: remove 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 e72bbb3ca0..2a7fffdd20 100644 --- a/share/lua/playlist/appletrailers_iphone.lua +++ b/share/lua/playlist/appletrailers_iphone.lua @@ -44,7 +44,6 @@ function parse() if not line then break end for urli in string.gmatch( line, "http://trailers.apple.com/movies/.-%.mov" ) do path = vlc.strings.decode_uri( urli ) - vlc.msg.err(path) end for urli in string.gmatch( line, "http://.-%/poster.jpg") do arturl = vlc.strings.decode_uri( urli ) -- 2.39.2