Skip to content

Commit 47be019

Browse files
committed
fix: remove latent debugger
1 parent cbe3bba commit 47be019

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export const bucketEndpointMiddleware = (options: BucketEndpointResolvedConfig):
2828
if (options.bucketEndpoint) {
2929
request.hostname = bucketName;
3030
} else if (validateArn(bucketName)) {
31-
debugger;
3231
const bucketArn = parseArn(bucketName);
3332
const clientRegion = getPseudoRegion(await options.region());
3433
const { partition, signingRegion = clientRegion } = (await options.regionInfoProvider(clientRegion)) || {};

0 commit comments

Comments
 (0)