aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-09-25 17:26:29 +0200
committerKim Alvefur <zash@zash.se>2015-09-25 17:26:29 +0200
commit1a218ab02e50d800b359e9127744831fee80dc74 (patch)
treeba5649a7c0d8db565e1adcfbb709ed19a1b735c9 /net
parentcbe0ec56fd252c94c22e062e95fbce7820105dcb (diff)
downloadprosody-1a218ab02e50d800b359e9127744831fee80dc74.tar.gz
prosody-1a218ab02e50d800b359e9127744831fee80dc74.zip
server_event: Comment out the unused vdebug function [luacheck]
Diffstat (limited to 'net')
-rw-r--r--net/server_event.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/server_event.lua b/net/server_event.lua
index 98cc6986..c420cf4a 100644
--- a/net/server_event.lua
+++ b/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 )