]> git.sesse.net Git - vlc/commitdiff
appletrailers_iphone: remove debug message
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 17 May 2010 10:34:23 +0000 (13:34 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Mon, 17 May 2010 10:34:23 +0000 (13:34 +0300)
share/lua/playlist/appletrailers_iphone.lua

index e72bbb3ca04e30dc7b1f2512e4396d9831930bbe..2a7fffdd20ae7bbb866e902a2513296b95fdfcca 100644 (file)
@@ -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 )