[vlc-commits] commit: luatelnet: missing debug message. ( Rémi Duraffort )

git at videolan.org git at videolan.org
Tue Jul 6 21:20:22 CEST 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Jul  6 21:19:56 2010 +0200| [8c1d2b3e3a20805becc4ce0d800f6f0c40de50dd] | committer: Rémi Duraffort 

luatelnet: missing debug message.

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

 share/lua/intf/telnet.lua |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/share/lua/intf/telnet.lua b/share/lua/intf/telnet.lua
index da74c61..b67ef4b 100644
--- a/share/lua/intf/telnet.lua
+++ b/share/lua/intf/telnet.lua
@@ -243,7 +243,6 @@ while not vlc.misc.should_die() do
                 returned_values = returned_values .. client.buffer
                 client.buffer = commands
             end
-            vlc.msg.err("end of loop")
             client.buffer = returned_values
         end
     end



More information about the vlc-commits mailing list