Skip to content

Commit

Permalink
fix(graph) - remove breakpoint (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored May 30, 2024
1 parent 18c118d commit 81bcec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datahub-actions/src/datahub_actions/api/action_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def _get_entity_by_name(
)
num_entities = results.get("value", {}).get("numEntities", 0)
if num_entities > 1:
breakpoint()
logger.warning(
f"Got {num_entities} results for {entity_type} {name}. Will return the first match."
)
Expand Down

0 comments on commit 81bcec9

Please sign in to comment.