Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LilianBoulard committed Oct 25, 2023
1 parent c1210bd commit e144231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/prompt_forge.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ def from_file(cls, file: Path) -> Generator:
def from_string(cls, configuration: str) -> Generator:
# Parse the config
config = tomllib.loads(configuration)
print(json.dumps(config))

# Validate the JSON schema
schema_file = Path(__file__).parent / "config-schema.json"
Expand Down

0 comments on commit e144231

Please sign in to comment.