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

This commit is contained in:
Aaron Pham
2025-10-24 01:35:45 -04:00
committed by GitHub
parent c528b9006a
commit d4c574c39f

View File

@ -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(