From ab42acc2d71a6c4317db62162f21172693d1cba1 Mon Sep 17 00:00:00 2001 From: beyondblog Date: Fri, 8 Jan 2016 12:23:04 +0800 Subject: [PATCH] remove debug log --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 8233e7c..fd22460 100644 --- a/init.lua +++ b/init.lua @@ -96,7 +96,6 @@ function whitehost() local items = Set(hostWhiteList) for host in pairs(items) do if ngxmatch(ngx.var.host, host, "isjo") then - log('POST',ngx.var.request_uri,"-","white host".. host) return true end end