Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Oct 19, 2023
1 parent 3c371f9 commit e734ae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skyplane/obj_store/s3_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def full_path(self):

class S3Interface(ObjectStoreInterface):
def __init__(self, bucket_name: str, auth: Optional[compute.AWSAuthentication] = None):
print("PASSED AUTH", auth)
self.auth = compute.AWSAuthentication() if auth is None else auth
self.requester_pays = False
self.bucket_name = bucket_name
Expand Down

0 comments on commit e734ae5

Please sign in to comment.