Commit 30bdfac0 authored by Ilkka Ollakka's avatar Ilkka Ollakka

appletrailers_iphone: remove debug message

parent 459189dc
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment