chore(traffic-split): remove unnecessary warn (#4257)

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
罗泽轩 2021-05-17 09:03:49 +08:00 committed by GitHub
parent 0dc54a4e0a
commit 0114c983ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,8 +215,7 @@ end
function _M.set_by_route(route, api_ctx)
if api_ctx.upstream_conf then
core.log.warn("upstream node has been specified, ",
"cannot be set repeatedly")
-- upstream_conf has been set by traffic-split plugin
return
end