Skip to content

Commit

Permalink
Revert "Log if a dataset is deleted (#4752)"
Browse files Browse the repository at this point in the history
This reverts commit 7720dc4.
  • Loading branch information
sdiazlor committed May 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b43925c commit 6b255a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/argilla/client/client.py
Original file line number Diff line number Diff line change
@@ -333,7 +333,6 @@ def delete(self, name: str, workspace: Optional[str] = None):
if workspace is not None:
self.set_workspace(workspace)

_LOGGER.info(f"Dataset {name} is being delete by {self._user.id}")
datasets_api.delete_dataset(client=self.http_client, name=name)

def log(

0 comments on commit 6b255a6

Please sign in to comment.