Skip to content

Commit 516e770

Browse files
committed
Remove unnecessary warning log
1 parent 62fec29 commit 516e770

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/solace_agent_mesh/agent/protocol/event_handlers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,11 +1493,6 @@ def publish_agent_card(component):
14931493
processed_skills = []
14941494
for skill in skills_from_config:
14951495
if "tags" not in skill:
1496-
log.warning(
1497-
"%s Skill '%s' in agent_card config is missing 'tags' field. Defaulting to empty list.",
1498-
component.log_identifier,
1499-
skill.get("id", "unknown"),
1500-
)
15011496
skill["tags"] = []
15021497
processed_skills.append(skill)
15031498

0 commit comments

Comments
 (0)