[Chore] remove structural tags logging lines (#27451)

This commit is contained in:
Aaron Pham
2025-10-24 05:35:45 +00:00
committed by GitHub
parent c528b9006a
commit d4c574c39f
@@ -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(