Skip to content

Commit 0cfa0d0

Browse files
committed
chore: remove print
Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>
1 parent 89d068b commit 0cfa0d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/a2a/utils/proto_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,6 @@ def task_push_notification_config(
633633
request: a2a_pb2.CreateTaskPushNotificationConfigRequest,
634634
) -> types.TaskPushNotificationConfig:
635635
m = re.match(_TASK_NAME_MATCH, request.parent)
636-
print(m)
637636
if not m:
638637
raise ServerError(
639638
error=types.InvalidParamsError(

0 commit comments

Comments
 (0)