Skip to content

Commit f612690

Browse files
committed
Delete debug print
Signed-off-by: Dor Zohar <[email protected]>
1 parent 41eca98 commit f612690

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parlant/bin/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,6 @@ def to_indirect_relationship_item(rel: Relationship) -> OrderedDict[str, str]:
15841584
]
15851585

15861586
if rel.source_guideline:
1587-
rich.print(f"source_guideline: {rel.source_guideline}")
15881587
result.extend(
15891588
[
15901589
("Source Condition", rel.source_guideline.condition),

0 commit comments

Comments
 (0)