server_event: Comment out the unused vdebug function [luacheck]

remotes/origin/0.11
Kim Alvefur 11 years ago
parent 676b2f5857
commit d15bb4aaf1
  1. 2
      net/server_event.lua

@ -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 )

Loading…
Cancel
Save