Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
ervandagadzhanyan committed Oct 3, 2024
1 parent 5c7bcb0 commit e644ff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/badgerdoc_storage/src/badgerdoc_storage/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ def create_tenant_dir(self) -> bool:
return False

def remove(self, file: str) -> None:
logger.info(f"+++++++++++++++++++++++++++++++++++++++++++5")
logger.info(self._container_name)
logger.info(f"+++++++++++++++++++++++++++++++++++++++++++6")
blob_client = self.blob_service_client.get_blob_client(
self._container_name, file
)
Expand Down

0 comments on commit e644ff5

Please sign in to comment.