chore: Remove debug print from get_agent_graph

PiperOrigin-RevId: 812767234
This commit is contained in:
Google Team Member
2025-09-29 06:48:06 -07:00
committed by Copybara-Service
parent 2f1040f296
commit b1ee013347
-1
View File
@@ -283,7 +283,6 @@ async def build_graph(
async def get_agent_graph(root_agent, highlights_pairs, image=False):
print('build graph')
graph = graphviz.Digraph(
graph_attr={'rankdir': 'LR', 'bgcolor': '#333537'}, strict=True
)