Skip to content

Commit ff735ce

Browse files
committed
Remove debug
1 parent b926af6 commit ff735ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mock_server.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ function construct_stage_info(credentials::AWSCredentials, store::AWS.Bucket, pa
9898
m = match(r"(https?://.*?)/", store.baseurl)
9999
@assert !isnothing(m)
100100
test_endpoint = m.captures[1]
101-
@show test_endpoint
102101

103102
Dict(
104103
"locationType" => "S3",

0 commit comments

Comments
 (0)