mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 12:07:35 +08:00
chore: remove log routes info (#6152)
This commit is contained in:
parent
86fd6bef17
commit
d1d16f403c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user