We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c4c84 commit ad777bbCopy full SHA for ad777bb
tests/multipleBackend/multipartUpload.js
@@ -38,8 +38,6 @@ const awsLocation = 'awsbackend';
38
const awsLocationMismatch = 'awsbackendmismatch';
39
const awsConfig = getRealAwsConfig(awsLocation);
40
const s3 = new S3Client(awsConfig);
41
-// Use real logger instead of DummyRequestLogger to see Arsenal's error logs
42
-const log = logger.newRequestLogger();
43
44
const fakeUploadId = 'fakeuploadid';
45
const canonicalID = 'accessKey1';
0 commit comments