remove print

This commit is contained in:
JCHacking
2025-11-17 23:45:08 +01:00
parent 43ce95cc9a
commit 9bc16ff1aa

View File

@@ -63,7 +63,6 @@ class StringTypeParser(GenericTypeParser):
if format_type in self.format_pattern_mapping: if format_type in self.format_pattern_mapping:
mapped_properties["pattern"] = self.format_pattern_mapping[format_type] mapped_properties["pattern"] = self.format_pattern_mapping[format_type]
print("A")
if "examples" in mapped_properties: if "examples" in mapped_properties:
mapped_properties["examples"] = [ mapped_properties["examples"] = [
self.__parse_example(example, format_type, mapped_type) self.__parse_example(example, format_type, mapped_type)