remove debug log

pull/80/head
beyondblog 2016-01-08 12:23:04 +08:00
parent 172b56505c
commit ab42acc2d7
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ function whitehost()
local items = Set(hostWhiteList) local items = Set(hostWhiteList)
for host in pairs(items) do for host in pairs(items) do
if ngxmatch(ngx.var.host, host, "isjo") then if ngxmatch(ngx.var.host, host, "isjo") then
log('POST',ngx.var.request_uri,"-","white host".. host)
return true return true
end end
end end