mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Remove debug print from get_agent_graph
PiperOrigin-RevId: 812767234
This commit is contained in:
committed by
Copybara-Service
parent
2f1040f296
commit
b1ee013347
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user