Software /
code /
prosody
Changeset
6855:40236602ab5b
server_event: Comment out the unused vdebug function [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 25 Sep 2015 17:26:29 +0200 |
parents | 6854:d05bbf0bd620 |
children | 6856:489f4ae291bf |
files | net/server_event.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/net/server_event.lua Fri Sep 25 17:24:43 2015 +0200 +++ b/net/server_event.lua Fri Sep 25 17:26:29 2015 +0200 @@ -58,7 +58,7 @@ 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 )