net.server_event: Comment accidentally uncommented vdebug()

Sun, 22 Nov 2009 04:09:57 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 22 Nov 2009 04:09:57 +0000
changeset 2123
12669db7ed4a
parent 2122
2b4f8a35e41a
child 2124
be3c906f4770

net.server_event: Comment accidentally uncommented vdebug()

net/server_event.lua file | annotate | diff | comparison | revisions
--- a/net/server_event.lua	Sun Nov 22 04:08:11 2009 +0000
+++ b/net/server_event.lua	Sun Nov 22 04:09:57 2009 +0000
@@ -291,7 +291,7 @@
 	-- Public methods
 	function interface_mt:write(data)
 		if self.nowriting then return nil, "locked" end
-		vdebug( "try to send data to client, id/data:", self.id, data )
+		--vdebug( "try to send data to client, id/data:", self.id, data )
 		data = tostring( data )
 		local len = string_len( data )
 		local total = len + self.writebufferlen

mercurial