Skip to content

Commit b1ee013

Browse files
google-genai-botcopybara-github
authored andcommitted
chore: Remove debug print from get_agent_graph
PiperOrigin-RevId: 812767234
1 parent 2f1040f commit b1ee013

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/google/adk/cli/agent_graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def draw_edge(from_name, to_name):
283283

284284

285285
async def get_agent_graph(root_agent, highlights_pairs, image=False):
286-
print('build graph')
287286
graph = graphviz.Digraph(
288287
graph_attr={'rankdir': 'LR', 'bgcolor': '#333537'}, strict=True
289288
)

0 commit comments

Comments
 (0)