remove print
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user