Skip to content

Commit

Permalink
Remove debug breakpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfczekalski committed Sep 12, 2024
1 parent a5dfd88 commit d3f925a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kedro_vertexai/vertex_ai/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ def __init__(
) -> None:
base_dataset_class: AbstractDataset = dynamic_load_class(base_dataset)

# breakpoint()

self._base_dataset: AbstractDataset = base_dataset_class(**base_dataset_args)
self._display_name = display_name
self._artifact_uri = (
Expand Down

0 comments on commit d3f925a

Please sign in to comment.