diff --git a/provider/schema-aws/src/main/java/org/opengroup/osdu/schema/provider/aws/impl/schemastore/AwsSchemaStore.java b/provider/schema-aws/src/main/java/org/opengroup/osdu/schema/provider/aws/impl/schemastore/AwsSchemaStore.java index 1029a0d611b51266ea1dc10ce575e16538232b68..24a5cc4f8ebaaf9f4ad7c5098c46ad8cb4dac1da 100644 --- a/provider/schema-aws/src/main/java/org/opengroup/osdu/schema/provider/aws/impl/schemastore/AwsSchemaStore.java +++ b/provider/schema-aws/src/main/java/org/opengroup/osdu/schema/provider/aws/impl/schemastore/AwsSchemaStore.java @@ -103,8 +103,6 @@ public class AwsSchemaStore implements ISchemaStore { S3ClientWithBucket s3ClientWithBucket = getS3ClientWithBucket(dataPartitionId); AmazonS3 s3 = s3ClientWithBucket.getS3Client(); - logger.info(s3.getClientConfiguration().getUserAgentPrefix()); - logger.info(s3.getClientConfiguration().getUserAgentSuffix()); String content; String path = resolvePath(dataPartitionId, filePath);