server_event: Comment out the unused vdebug function [luacheck]
authorKim Alvefur <zash@zash.se>
Fri, 25 Sep 2015 15:26:29 +0000 (17:26 +0200)
committerKim Alvefur <zash@zash.se>
Fri, 25 Sep 2015 15:26:29 +0000 (17:26 +0200)
net/server_event.lua

index 98cc6986eb76a6dc36abd81409a052f276568214..c420cf4a83a2d285c4558e5931a4164f6defa1a5 100644 (file)
@@ -58,7 +58,7 @@ local log = require ("util.logger").init("socket")
 local function debug(...)
        return log("debug", ("%s "):rep(select('#', ...)), ...)
 end
-local vdebug = debug;
+-- local vdebug = debug;
 
 local bitor = ( function( ) -- thx Rici Lake
        local hasbit = function( x, p )