aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyblackbird_cc/resources/s3.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/s3.py b/pyblackbird_cc/resources/s3.py
index d00f19b..da844ae 100644
--- a/pyblackbird_cc/resources/s3.py
+++ b/pyblackbird_cc/resources/s3.py
@@ -20,7 +20,6 @@ def get_presigned_obj_url(bucket_name, obj_name, expiration=3600) -> str | None:
aws_secret_access_key=settings.AWS_SECRET_ACCESS_KEY,
region_name=settings.AWS_S3_REGION_NAME,
)
- logger.info("Client created", extra={"client": client})
try:
response = client.generate_presigned_url(
"get_object",