]> git.sesse.net Git - vlc/commitdiff
Remove debug.
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 11 Sep 2007 22:00:09 +0000 (22:00 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 11 Sep 2007 22:00:09 +0000 (22:00 +0000)
share/luaplaylist/appletrailers.lua

index 127eb729f4e5da0fa1296269fdadd6f63af37765..3297f9186454a890aa5e94f6a18ed17d4978f689 100644 (file)
@@ -35,7 +35,6 @@ function parse()
             else
                 extraname = ""
             end
-            vlc.msg_err( path )
             table.insert( p, { path = path; name = title..extraname; description = description; url = vlc.path } )
         end
         if string.match( line, "<title>" )