mirror of
https://github.com/alibaba/higress.git
synced 2026-03-10 11:40:49 +08:00
remove useless log
This commit is contained in:
@@ -408,7 +408,6 @@ func NewCommonVmCtxWithOptions[PluginConfig any](pluginName string, options ...C
|
||||
var config PluginConfig
|
||||
if unsafe.Sizeof(config) != 0 {
|
||||
msg := "the `parseConfig` is missing in NewCommonVmCtx's arguments"
|
||||
ctx.log.Critical(msg)
|
||||
panic(msg)
|
||||
}
|
||||
ctx.hasCustomConfig = false
|
||||
|
||||
Reference in New Issue
Block a user