diff --git a/plugins/zltx_v1/internal/transform.go b/plugins/zltx_v1/internal/transform.go index b6b6d6b..393f018 100644 --- a/plugins/zltx_v1/internal/transform.go +++ b/plugins/zltx_v1/internal/transform.go @@ -50,7 +50,7 @@ func (c *Config) server() (*core.DctWServer, error) { AppKey: c.AppKey, BaseUri: c.BaseUri, }, - core.WithDebug(true), + core.WithDebug(false), ) }