Skip to content

Commit d69edcd

Browse files
authored
remove stale print statement
1 parent 85f9160 commit d69edcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/configmypy/argparse_config.py

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def read_conf(self, config=None, **additional_config):
8383
strict=True
8484
elif self.infer_types == 'fuzzy':
8585
strict=False
86-
print(f"creating inferencer for {key} of type {type(value)}")
8786
type_inferencer = TypeInferencer(orig_type=type(value), strict=strict)
8887
else:
8988
type_inferencer = type(value)

0 commit comments

Comments
 (0)