Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fkglr committed Aug 8, 2024
1 parent 05cfe6e commit 3266624
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vendor/pydantic-argparse/pydantic_argparse/argparse/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ def parse_typed_args(
# Call Super Class Method
namespace = self.parse_args(args)

print(namespace)

try:
nested_parser = _NestedArgumentParser(model=self.model, namespace=namespace)
return nested_parser.validate()
Expand Down

0 comments on commit 3266624

Please sign in to comment.