Skip to content
Snippets Groups Projects
Commit e6fe3a3c authored by Abhay Joshi's avatar Abhay Joshi
Browse files

remove logs

parent 5357e818
No related branches found
No related tags found
1 merge request!486M18 service and CICD updates
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment