From 9bc16ff1aaccdc9d19684c7d2dd8cded1ed70f61 Mon Sep 17 00:00:00 2001 From: JCHacking Date: Mon, 17 Nov 2025 23:45:08 +0100 Subject: [PATCH] remove print --- jambo/parser/string_type_parser.py | 1 - 1 file changed, 1 deletion(-) 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)