[vlc-commits] vimeo.lua: remove debug

Pierre Ynard git at videolan.org
Sat Sep 17 21:14:04 CEST 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sat Sep 17 21:11:54 2011 +0200| [80b99996b5568cfbfc8a7ab491317e2984fa26c6] | committer: Pierre Ynard

vimeo.lua: remove debug

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80b99996b5568cfbfc8a7ab491317e2984fa26c6
---

 share/lua/playlist/vimeo.lua |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/share/lua/playlist/vimeo.lua b/share/lua/playlist/vimeo.lua
index fd1337f..5e194c2 100644
--- a/share/lua/playlist/vimeo.lua
+++ b/share/lua/playlist/vimeo.lua
@@ -31,9 +31,7 @@ end
 function parse()
     p = {}
     if string.match ( vlc.path, "vimeo.com/%d+" ) then
-        print (" vlc path is : " .. vlc.path )
         _,_,id = string.find( vlc.path, "vimeo.com/(.*)")
-        print (" id is : " .. id )
         return { { path = "http://vimeo.com/moogaloop/load/clip:" .. id .. "/local/", name = "Vimeo playlist" } }
     end
 



More information about the vlc-commits mailing list