diff --git a/vllm/v1/structured_output/backend_xgrammar.py b/vllm/v1/structured_output/backend_xgrammar.py index 445a8df3799bf..c9f2dc07da786 100644 --- a/vllm/v1/structured_output/backend_xgrammar.py +++ b/vllm/v1/structured_output/backend_xgrammar.py @@ -103,7 +103,6 @@ class XgrammarBackend(StructuredOutputBackend): ] ctx = self.compiler.compile_structural_tag(tags, s_tag["triggers"]) else: - logger.info("Compiling structural tag grammar_spec: %s", grammar_spec) ctx = self.compiler.compile_structural_tag(grammar_spec) else: logger.error(