]> git.sesse.net Git - vlc/commitdiff
Oops.
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 4 Sep 2008 23:56:44 +0000 (01:56 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 4 Sep 2008 23:56:44 +0000 (01:56 +0200)
share/lua/playlist/googlevideo.lua

index 42b031da0b43d2a6168bbd0d419319d72f34dd5d..8fe4648aac51660112249f799321e6961356b28c 100644 (file)
@@ -59,7 +59,6 @@ function parse()
             then
                 local s = string.gsub( line, "^.*<media:thumbnail(.-)/>.*$", "%1" )
                 arturl = vlc.strings.resolve_xml_special_chars(get_arg( s, "url" ))
-                vlc.msg.err( tostring(arturl))
             end
             if string.match( line, "media:title" )
             then