Skip to content

Commit

Permalink
No print
Browse files Browse the repository at this point in the history
  • Loading branch information
bufke committed May 5, 2022
1 parent fa3157d commit 737272d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kobo/apps/storage_backends/private_azure_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def url(self, name, *args, **kwargs):
def get_modified_time(self, name):
# workaround https://github.com/jschneier/django-storages/issues/1131
# If fixed upstream, delete this function
print("!!!")
properties = self.client.get_blob_client(
self._get_valid_path(name)
).get_blob_properties(
Expand Down

0 comments on commit 737272d

Please sign in to comment.