Remove debug prints

This commit is contained in:
2025-12-08 14:51:48 -05:00
parent 9e92fafd36
commit 5cd08c5ab7
3 changed files with 7 additions and 126 deletions

View File

@@ -36,7 +36,7 @@ def main():
cc.push_to_hub(
"farouk1/claude-code",
with_code=True,
commit_message="Use structured outputs with Pydantic models instead of text parsing",
commit_message="Remove debug prints",
)