diff --git a/jambo/parser/string_type_parser.py b/jambo/parser/string_type_parser.py index 4f970a7..20a74ea 100644 --- a/jambo/parser/string_type_parser.py +++ b/jambo/parser/string_type_parser.py @@ -63,7 +63,6 @@ class StringTypeParser(GenericTypeParser): if format_type in self.format_pattern_mapping: mapped_properties["pattern"] = self.format_pattern_mapping[format_type] - print("A") if "examples" in mapped_properties: mapped_properties["examples"] = [ self.__parse_example(example, format_type, mapped_type)