net.server_event: Remove debug logging from dummy onstatus handler
authorMatthew Wild <mwild1@gmail.com>
Sat, 17 Jul 2010 14:17:02 +0000 (15:17 +0100)
committerMatthew Wild <mwild1@gmail.com>
Sat, 17 Jul 2010 14:17:02 +0000 (15:17 +0100)
net/server_event.lua

index 0331e793a7fa447ef339e073ffc2e9645cf79d94..a63e20d7a29a6138841b51b5f5dec61ffb8f4053 100644 (file)
@@ -468,7 +468,6 @@ do
        function interface_mt:ondrain()
        end
        function interface_mt:onstatus()
-               debug("server.lua: Dummy onstatus()")
        end
 end