Skip to content

Commit

Permalink
remove stale print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dhpitt authored May 28, 2024
1 parent 85f9160 commit d69edcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configmypy/argparse_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def read_conf(self, config=None, **additional_config):
strict=True
elif self.infer_types == 'fuzzy':
strict=False
print(f"creating inferencer for {key} of type {type(value)}")
type_inferencer = TypeInferencer(orig_type=type(value), strict=strict)
else:
type_inferencer = type(value)
Expand Down

0 comments on commit d69edcd

Please sign in to comment.