chore: remove log routes info (#6152)

This commit is contained in:
Yu.Bozhong 2022-01-20 11:00:31 +08:00 committed by GitHub
parent 86fd6bef17
commit d1d16f403c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,8 +127,6 @@ function _M.delete(id)
end
local routes, routes_ver = get_routes()
core.log.info("routes: ", core.json.delay_encode(routes, true))
core.log.info("routes_ver: ", routes_ver)
if routes_ver and routes then
for _, route in ipairs(routes) do
if type(route) == "table" and route.value