From 892290cb38676752561a169a20997cfeea8e9d7d Mon Sep 17 00:00:00 2001 From: shijinpjlab Date: Thu, 9 Jan 2025 15:11:06 +0800 Subject: [PATCH] update: delete print in RuleOnlyUrl --- dingo/model/rule/rule_common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dingo/model/rule/rule_common.py b/dingo/model/rule/rule_common.py index b74c243b..5448f127 100644 --- a/dingo/model/rule/rule_common.py +++ b/dingo/model/rule/rule_common.py @@ -1084,7 +1084,6 @@ def eval(cls, input_data: MetaData) -> ModelRes: return res SEARCH_REGEX = re.compile(cls.dynamic_config.pattern) content_without_url = SEARCH_REGEX.sub("", content) - print(content_without_url) if len(content_without_url.strip()) == 0: res.error_status = True res.type = cls.metric_type