Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Dec 11, 2024
1 parent ed9b64a commit 212ae09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asab/library/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ async def get_item_metadata(self, path: str) -> typing.Optional[dict]:
try:
# Fetch all items in the directory
items = await self.list(directory)
print(items)
except Exception as e:
L.warning("Failed to list items in directory '{}': {}".format(directory, e))
return None
Expand Down

0 comments on commit 212ae09

Please sign in to comment.