Skip to content

Commit

Permalink
Remove unused logger.info message
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Jun 6, 2024
1 parent c83de4c commit 2353768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/distilabel/steps/argilla/text_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def load(self) -> None:
settings=_settings,
client=self._client,
)
self._logger.info(f"Creating the dataset {self.dataset_name} in Argilla.")
self._dataset = _dataset.create()

@property
Expand Down

0 comments on commit 2353768

Please sign in to comment.