From 42fabd51333cc75c0f1dc3d6b6c82074e4317482 Mon Sep 17 00:00:00 2001 From: Guanchao Wang Date: Mon, 14 Apr 2025 14:37:34 +0800 Subject: [PATCH] fix: delete print function in lark (#1295) --- pkg/platform/sources/lark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/platform/sources/lark.py b/pkg/platform/sources/lark.py index a04ceb4e..5639739c 100644 --- a/pkg/platform/sources/lark.py +++ b/pkg/platform/sources/lark.py @@ -343,7 +343,6 @@ class LarkAdapter(adapter.MessagePlatformAdapter): type = context.header.event_type if 'url_verification' == type: - print(data.get("challenge")) # todo 验证verification token return { "challenge": data.get("challenge")