[vlc-commits] commit: appletrailers_iphone: remove debug message (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Mon May 17 12:43:12 CEST 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon May 17 13:34:23 2010 +0300| [30bdfac0b1afec1bc0724200be04d538b1be457e] | committer: Ilkka Ollakka
appletrailers_iphone: remove debug message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30bdfac0b1afec1bc0724200be04d538b1be457e
---
share/lua/playlist/appletrailers_iphone.lua | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/share/lua/playlist/appletrailers_iphone.lua b/share/lua/playlist/appletrailers_iphone.lua
index e72bbb3..2a7fffd 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 )
More information about the vlc-commits
mailing list