Unverified Commit d4c574c3 authored by Aaron Pham's avatar Aaron Pham Committed by GitHub
Browse files

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

parent c528b900
...@@ -103,7 +103,6 @@ class XgrammarBackend(StructuredOutputBackend): ...@@ -103,7 +103,6 @@ class XgrammarBackend(StructuredOutputBackend):
] ]
ctx = self.compiler.compile_structural_tag(tags, s_tag["triggers"]) ctx = self.compiler.compile_structural_tag(tags, s_tag["triggers"])
else: else:
logger.info("Compiling structural tag grammar_spec: %s", grammar_spec)
ctx = self.compiler.compile_structural_tag(grammar_spec) ctx = self.compiler.compile_structural_tag(grammar_spec)
else: else:
logger.error( logger.error(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment